@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetContentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDatasetContentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDatasetContentsRequest |
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 data set whose contents information you want to list.
|
Integer |
getMaxResults()
The maximum number of results to return in this request.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the data set whose contents information you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDatasetContentsRequest |
withDatasetName(String datasetName)
The name of the data set whose contents information you want to list.
|
ListDatasetContentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListDatasetContentsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
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 setDatasetName(String datasetName)
The name of the data set whose contents information you want to list.
datasetName - The name of the data set whose contents information you want to list.public String getDatasetName()
The name of the data set whose contents information you want to list.
public ListDatasetContentsRequest withDatasetName(String datasetName)
The name of the data set whose contents information you want to list.
datasetName - The name of the data set whose contents information you want to list.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListDatasetContentsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListDatasetContentsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public String toString()
toString in class ObjectObject.toString()public ListDatasetContentsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.