@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatasetExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateDatasetExportJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateDatasetExportJobResult | clone() | 
| boolean | equals(Object obj) | 
| String | getDatasetExportJobArn()
 The Amazon Resource Name (ARN) of the dataset export job. | 
| int | hashCode() | 
| void | setDatasetExportJobArn(String datasetExportJobArn)
 The Amazon Resource Name (ARN) of the dataset export job. | 
| String | toString()Returns a string representation of this object. | 
| CreateDatasetExportJobResult | withDatasetExportJobArn(String datasetExportJobArn)
 The Amazon Resource Name (ARN) of the dataset export job. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job.public String getDatasetExportJobArn()
The Amazon Resource Name (ARN) of the dataset export job.
public CreateDatasetExportJobResult withDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job.public String toString()
toString in class ObjectObject.toString()public CreateDatasetExportJobResult clone()