@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDataSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataSetId()
The unique identifier for a data set.
|
String |
getDescription()
The description for the data set.
|
String |
getName()
The name of the data set.
|
int |
hashCode() |
void |
setDataSetId(String dataSetId)
The unique identifier for a data set.
|
void |
setDescription(String description)
The description for the data set.
|
void |
setName(String name)
The name of the data set.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDataSetRequest |
withDataSetId(String dataSetId)
The unique identifier for a data set.
|
UpdateDataSetRequest |
withDescription(String description)
The description for the data set.
|
UpdateDataSetRequest |
withName(String name)
The name of the data set.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDataSetId(String dataSetId)
The unique identifier for a data set.
dataSetId
- The unique identifier for a data set.public String getDataSetId()
The unique identifier for a data set.
public UpdateDataSetRequest withDataSetId(String dataSetId)
The unique identifier for a data set.
dataSetId
- The unique identifier for a data set.public void setDescription(String description)
The description for the data set.
description
- The description for the data set.public String getDescription()
The description for the data set.
public UpdateDataSetRequest withDescription(String description)
The description for the data set.
description
- The description for the data set.public void setName(String name)
The name of the data set.
name
- The name of the data set.public String getName()
The name of the data set.
public UpdateDataSetRequest withName(String name)
The name of the data set.
name
- The name of the data set.public String toString()
toString
in class Object
Object.toString()
public UpdateDataSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()