@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttributeGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAttributeGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAttributeGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The upper bound of the number of results to return (cannot exceed 25).
|
String |
getNextToken()
The token to use to get the next page of results after a previous API call.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
void |
setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListAttributeGroupsRequest |
withMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
ListAttributeGroupsRequest |
withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
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)
The token to use to get the next page of results after a previous API call.
nextToken
- The token to use to get the next page of results after a previous API call.public String getNextToken()
The token to use to get the next page of results after a previous API call.
public ListAttributeGroupsRequest withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken
- The token to use to get the next page of results after a previous API call.public void setMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.
maxResults
- The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it
defaults to 25. This value is optional.public Integer getMaxResults()
The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.
public ListAttributeGroupsRequest withMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.
maxResults
- The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it
defaults to 25. This value is optional.public String toString()
toString
in class Object
Object.toString()
public ListAttributeGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()