@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDatasetGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDatasetGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of items to return in the response.
|
String |
getNextToken()
If the result of the previous request was truncated, the response includes a
NextToken . |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of items to return in the response.
|
void |
setNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListDatasetGroupsRequest |
withMaxResults(Integer maxResults)
The number of items to return in the response.
|
ListDatasetGroupsRequest |
withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken . |
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 setNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a NextToken
. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken
- If the result of the previous request was truncated, the response includes a NextToken
. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public String getNextToken()
If the result of the previous request was truncated, the response includes a NextToken
. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
NextToken
. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public ListDatasetGroupsRequest withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a NextToken
. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken
- If the result of the previous request was truncated, the response includes a NextToken
. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public void setMaxResults(Integer maxResults)
The number of items to return in the response.
maxResults
- The number of items to return in the response.public Integer getMaxResults()
The number of items to return in the response.
public ListDatasetGroupsRequest withMaxResults(Integer maxResults)
The number of items to return in the response.
maxResults
- The number of items to return in the response.public String toString()
toString
in class Object
Object.toString()
public ListDatasetGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()