@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 |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset that you want to update.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) of the new schema you want use.
|
int |
hashCode() |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that you want to update.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the new schema you want use.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasetRequest |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that you want to update.
|
UpdateDatasetRequest |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the new schema you want use.
|
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, withSdkRequestTimeoutpublic void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that you want to update.
datasetArn - The Amazon Resource Name (ARN) of the dataset that you want to update.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset that you want to update.
public UpdateDatasetRequest withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that you want to update.
datasetArn - The Amazon Resource Name (ARN) of the dataset that you want to update.public void setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the new schema you want use.
schemaArn - The Amazon Resource Name (ARN) of the new schema you want use.public String getSchemaArn()
The Amazon Resource Name (ARN) of the new schema you want use.
public UpdateDatasetRequest withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the new schema you want use.
schemaArn - The Amazon Resource Name (ARN) of the new schema you want use.public String toString()
toString in class ObjectObject.toString()public UpdateDatasetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()