@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatasetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDatasetResult() |
Modifier and Type | Method and Description |
---|---|
CreateDatasetResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
|
int |
hashCode() |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatasetResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
public CreateDatasetResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.public String toString()
toString
in class Object
Object.toString()
public CreateDatasetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.