@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBatchLoadTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateBatchLoadTaskResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateBatchLoadTaskResult |
clone () |
boolean |
equals (Object obj) |
String |
getTaskId ()
The ID of the batch load task.
|
int |
hashCode () |
void |
setTaskId (String taskId)
The ID of the batch load task.
|
String |
toString ()
Returns a string representation of this object.
|
CreateBatchLoadTaskResult |
withTaskId (String taskId)
The ID of the batch load task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateBatchLoadTaskResult()
public void setTaskId(String taskId)
The ID of the batch load task.
taskId - The ID of the batch load task.public String getTaskId()
The ID of the batch load task.
public CreateBatchLoadTaskResult withTaskId(String taskId)
The ID of the batch load task.
taskId - The ID of the batch load task.public String toString()
toString in class Object Object.toString() public CreateBatchLoadTaskResult clone()