@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 |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset you updated.
|
int |
hashCode() |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset you updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasetResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset you updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset you updated.
datasetArn
- The Amazon Resource Name (ARN) of the dataset you updated.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset you updated.
public UpdateDatasetResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset you updated.
datasetArn
- The Amazon Resource Name (ARN) of the dataset you updated.public String toString()
toString
in class Object
Object.toString()
public UpdateDatasetResult clone()