@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatasetContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDatasetContentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDatasetContentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetName()
The name of the dataset.
|
String |
getVersionId()
The version ID of the dataset content.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the dataset.
|
void |
setVersionId(String versionId)
The version ID of the dataset content.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatasetContentRequest |
withDatasetName(String datasetName)
The name of the dataset.
|
CreateDatasetContentRequest |
withVersionId(String versionId)
The version ID of the dataset content.
|
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 setDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public String getDatasetName()
The name of the dataset.
public CreateDatasetContentRequest withDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public void setVersionId(String versionId)
The version ID of the dataset content. To specify versionId
for a dataset content, the dataset must
use a DeltaTimer
filter.
versionId
- The version ID of the dataset content. To specify versionId
for a dataset content, the
dataset must use a DeltaTimer
filter.public String getVersionId()
The version ID of the dataset content. To specify versionId
for a dataset content, the dataset must
use a DeltaTimer
filter.
versionId
for a dataset content, the
dataset must use a DeltaTimer
filter.public CreateDatasetContentRequest withVersionId(String versionId)
The version ID of the dataset content. To specify versionId
for a dataset content, the dataset must
use a DeltaTimer
filter.
versionId
- The version ID of the dataset content. To specify versionId
for a dataset content, the
dataset must use a DeltaTimer
filter.public String toString()
toString
in class Object
Object.toString()
public CreateDatasetContentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()