@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 maximum number of dataset groups to return.
|
String |
getNextToken()
A token returned from the previous call to
ListDatasetGroups for getting the next set of dataset
groups (if they exist). |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of dataset groups to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListDatasetGroups for getting the next set of dataset
groups (if they exist). |
String |
toString()
Returns a string representation of this object.
|
ListDatasetGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of dataset groups to return.
|
ListDatasetGroupsRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListDatasetGroups for getting the next set of dataset
groups (if they exist). |
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)
A token returned from the previous call to ListDatasetGroups
for getting the next set of dataset
groups (if they exist).
nextToken
- A token returned from the previous call to ListDatasetGroups
for getting the next set of
dataset groups (if they exist).public String getNextToken()
A token returned from the previous call to ListDatasetGroups
for getting the next set of dataset
groups (if they exist).
ListDatasetGroups
for getting the next set of
dataset groups (if they exist).public ListDatasetGroupsRequest withNextToken(String nextToken)
A token returned from the previous call to ListDatasetGroups
for getting the next set of dataset
groups (if they exist).
nextToken
- A token returned from the previous call to ListDatasetGroups
for getting the next set of
dataset groups (if they exist).public void setMaxResults(Integer maxResults)
The maximum number of dataset groups to return.
maxResults
- The maximum number of dataset groups to return.public Integer getMaxResults()
The maximum number of dataset groups to return.
public ListDatasetGroupsRequest withMaxResults(Integer maxResults)
The maximum number of dataset groups to return.
maxResults
- The maximum number of dataset groups to return.public String toString()
toString
in class Object
Object.toString()
public ListDatasetGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()