@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) |
FormatOptions |
getFormatOptions() |
Input |
getInput() |
String |
getName()
The name of the dataset to be updated.
|
int |
hashCode() |
void |
setFormatOptions(FormatOptions formatOptions) |
void |
setInput(Input input) |
void |
setName(String name)
The name of the dataset to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasetRequest |
withFormatOptions(FormatOptions formatOptions) |
UpdateDatasetRequest |
withInput(Input input) |
UpdateDatasetRequest |
withName(String name)
The name of the dataset to be updated.
|
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 setName(String name)
The name of the dataset to be updated.
name
- The name of the dataset to be updated.public String getName()
The name of the dataset to be updated.
public UpdateDatasetRequest withName(String name)
The name of the dataset to be updated.
name
- The name of the dataset to be updated.public void setFormatOptions(FormatOptions formatOptions)
formatOptions
- public FormatOptions getFormatOptions()
public UpdateDatasetRequest withFormatOptions(FormatOptions formatOptions)
formatOptions
- public void setInput(Input input)
input
- public Input getInput()
public UpdateDatasetRequest withInput(Input input)
input
- public String toString()
toString
in class Object
Object.toString()
public UpdateDatasetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()