@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateExportTaskResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateExportTaskResult | clone() | 
| boolean | equals(Object obj) | 
| String | getTaskId()
 The ID of the export task. | 
| int | hashCode() | 
| void | setTaskId(String taskId)
 The ID of the export task. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateExportTaskResult | withTaskId(String taskId)
 The ID of the export task. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTaskId(String taskId)
The ID of the export task.
taskId - The ID of the export task.public String getTaskId()
The ID of the export task.
public CreateExportTaskResult withTaskId(String taskId)
The ID of the export task.
taskId - The ID of the export task.public String toString()
toString in class ObjectObject.toString()public CreateExportTaskResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.