@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatasetContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDatasetContentRequest() |
Modifier and Type | Method and Description |
---|---|
GetDatasetContentRequest |
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 whose contents are retrieved.
|
String |
getVersionId()
The version of the dataset whose contents are retrieved.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the dataset whose contents are retrieved.
|
void |
setVersionId(String versionId)
The version of the dataset whose contents are retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetDatasetContentRequest |
withDatasetName(String datasetName)
The name of the dataset whose contents are retrieved.
|
GetDatasetContentRequest |
withVersionId(String versionId)
The version of the dataset whose contents are retrieved.
|
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 whose contents are retrieved.
datasetName
- The name of the dataset whose contents are retrieved.public String getDatasetName()
The name of the dataset whose contents are retrieved.
public GetDatasetContentRequest withDatasetName(String datasetName)
The name of the dataset whose contents are retrieved.
datasetName
- The name of the dataset whose contents are retrieved.public void setVersionId(String versionId)
The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default.
versionId
- The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or
"$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If
not specified, "$LATEST_SUCCEEDED" is the default.public String getVersionId()
The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default.
public GetDatasetContentRequest withVersionId(String versionId)
The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default.
versionId
- The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or
"$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If
not specified, "$LATEST_SUCCEEDED" is the default.public String toString()
toString
in class Object
Object.toString()
public GetDatasetContentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()