@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDatasetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDatasetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDatasetResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the dataset that you updated.
|
int |
hashCode() |
void |
setName(String name)
The name of the dataset that you updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasetResult |
withName(String name)
The name of the dataset that you updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the dataset that you updated.
name
- The name of the dataset that you updated.public String getName()
The name of the dataset that you updated.
public UpdateDatasetResult withName(String name)
The name of the dataset that you updated.
name
- The name of the dataset that you updated.public String toString()
toString
in class Object
Object.toString()
public UpdateDatasetResult clone()