@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public CreateBatchLoadTaskResult clone()