@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 |
getAlias()
The unique resource identifier for a Dataset.
|
String |
getClientToken()
A token that ensures idempotency.
|
String |
getDatasetDescription()
A description for the Dataset.
|
String |
getDatasetId()
The unique identifier for the Dataset to update.
|
String |
getDatasetTitle()
A display title for the Dataset.
|
String |
getKind()
The format in which the Dataset data is structured.
|
SchemaUnion |
getSchemaDefinition()
Definition for a schema on a tabular Dataset.
|
int |
hashCode() |
void |
setAlias(String alias)
The unique resource identifier for a Dataset.
|
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setDatasetDescription(String datasetDescription)
A description for the Dataset.
|
void |
setDatasetId(String datasetId)
The unique identifier for the Dataset to update.
|
void |
setDatasetTitle(String datasetTitle)
A display title for the Dataset.
|
void |
setKind(String kind)
The format in which the Dataset data is structured.
|
void |
setSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasetRequest |
withAlias(String alias)
The unique resource identifier for a Dataset.
|
UpdateDatasetRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateDatasetRequest |
withDatasetDescription(String datasetDescription)
A description for the Dataset.
|
UpdateDatasetRequest |
withDatasetId(String datasetId)
The unique identifier for the Dataset to update.
|
UpdateDatasetRequest |
withDatasetTitle(String datasetTitle)
A display title for the Dataset.
|
UpdateDatasetRequest |
withKind(DatasetKind kind)
The format in which the Dataset data is structured.
|
UpdateDatasetRequest |
withKind(String kind)
The format in which the Dataset data is structured.
|
UpdateDatasetRequest |
withSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
|
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 setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public UpdateDatasetRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public void setDatasetId(String datasetId)
The unique identifier for the Dataset to update.
datasetId
- The unique identifier for the Dataset to update.public String getDatasetId()
The unique identifier for the Dataset to update.
public UpdateDatasetRequest withDatasetId(String datasetId)
The unique identifier for the Dataset to update.
datasetId
- The unique identifier for the Dataset to update.public void setDatasetTitle(String datasetTitle)
A display title for the Dataset.
datasetTitle
- A display title for the Dataset.public String getDatasetTitle()
A display title for the Dataset.
public UpdateDatasetRequest withDatasetTitle(String datasetTitle)
A display title for the Dataset.
datasetTitle
- A display title for the Dataset.public void setKind(String kind)
The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
kind
- The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
DatasetKind
public String getKind()
The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
DatasetKind
public UpdateDatasetRequest withKind(String kind)
The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
kind
- The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
DatasetKind
public UpdateDatasetRequest withKind(DatasetKind kind)
The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
kind
- The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
DatasetKind
public void setDatasetDescription(String datasetDescription)
A description for the Dataset.
datasetDescription
- A description for the Dataset.public String getDatasetDescription()
A description for the Dataset.
public UpdateDatasetRequest withDatasetDescription(String datasetDescription)
A description for the Dataset.
datasetDescription
- A description for the Dataset.public void setAlias(String alias)
The unique resource identifier for a Dataset.
alias
- The unique resource identifier for a Dataset.public String getAlias()
The unique resource identifier for a Dataset.
public UpdateDatasetRequest withAlias(String alias)
The unique resource identifier for a Dataset.
alias
- The unique resource identifier for a Dataset.public void setSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
schemaDefinition
- Definition for a schema on a tabular Dataset.public SchemaUnion getSchemaDefinition()
Definition for a schema on a tabular Dataset.
public UpdateDatasetRequest withSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
schemaDefinition
- Definition for a schema on a tabular Dataset.public String toString()
toString
in class Object
Object.toString()
public UpdateDatasetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()