@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 |
getName()
The name of the dataset that you created.
|
int |
hashCode() |
void |
setName(String name)
The name of the dataset that you created.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatasetResult |
withName(String name)
The name of the dataset that you created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The name of the dataset that you created.
name - The name of the dataset that you created.public String getName()
The name of the dataset that you created.
public CreateDatasetResult withName(String name)
The name of the dataset that you created.
name - The name of the dataset that you created.public String toString()
toString in class ObjectObject.toString()public CreateDatasetResult clone()