@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 being created.
|
String |
getDatasetName()
The name of the dataset being created.
|
String |
getStatus()
Indicates the status of the
CreateDataset operation. |
int |
hashCode() |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being created.
|
void |
setDatasetName(String datasetName)
The name of the dataset being created.
|
void |
setStatus(String status)
Indicates the status of the
CreateDataset operation. |
String |
toString()
Returns a string representation of this object.
|
CreateDatasetResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being created.
|
CreateDatasetResult |
withDatasetName(String datasetName)
The name of the dataset being created.
|
CreateDatasetResult |
withStatus(DatasetStatus status)
Indicates the status of the
CreateDataset operation. |
CreateDatasetResult |
withStatus(String status)
Indicates the status of the
CreateDataset operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDatasetName(String datasetName)
The name of the dataset being created.
datasetName - The name of the dataset being created.public String getDatasetName()
The name of the dataset being created.
public CreateDatasetResult withDatasetName(String datasetName)
The name of the dataset being created.
datasetName - The name of the dataset being created.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being created.
datasetArn - The Amazon Resource Name (ARN) of the dataset being created.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset being created.
public CreateDatasetResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being created.
datasetArn - The Amazon Resource Name (ARN) of the dataset being created.public void setStatus(String status)
Indicates the status of the CreateDataset operation.
status - Indicates the status of the CreateDataset operation.DatasetStatuspublic String getStatus()
Indicates the status of the CreateDataset operation.
CreateDataset operation.DatasetStatuspublic CreateDatasetResult withStatus(String status)
Indicates the status of the CreateDataset operation.
status - Indicates the status of the CreateDataset operation.DatasetStatuspublic CreateDatasetResult withStatus(DatasetStatus status)
Indicates the status of the CreateDataset operation.
status - Indicates the status of the CreateDataset operation.DatasetStatuspublic String toString()
toString in class ObjectObject.toString()public CreateDatasetResult clone()