@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataViewsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDataViewsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDataViewsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetId()
The unique identifier of the Dataset for which to retrieve Dataviews.
|
Integer |
getMaxResults()
The maximum number of results per page.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
int |
hashCode() |
void |
setDatasetId(String datasetId)
The unique identifier of the Dataset for which to retrieve Dataviews.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results per page.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
String |
toString()
Returns a string representation of this object.
|
ListDataViewsRequest |
withDatasetId(String datasetId)
The unique identifier of the Dataset for which to retrieve Dataviews.
|
ListDataViewsRequest |
withMaxResults(Integer maxResults)
The maximum number of results per page.
|
ListDataViewsRequest |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
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 setDatasetId(String datasetId)
The unique identifier of the Dataset for which to retrieve Dataviews.
datasetId - The unique identifier of the Dataset for which to retrieve Dataviews.public String getDatasetId()
The unique identifier of the Dataset for which to retrieve Dataviews.
public ListDataViewsRequest withDatasetId(String datasetId)
The unique identifier of the Dataset for which to retrieve Dataviews.
datasetId - The unique identifier of the Dataset for which to retrieve Dataviews.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken - A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListDataViewsRequest withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken - A token that indicates where a results page should begin.public void setMaxResults(Integer maxResults)
The maximum number of results per page.
maxResults - The maximum number of results per page.public Integer getMaxResults()
The maximum number of results per page.
public ListDataViewsRequest withMaxResults(Integer maxResults)
The maximum number of results per page.
maxResults - The maximum number of results per page.public String toString()
toString in class ObjectObject.toString()public ListDataViewsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()