@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to obtain a list of configuration sets for your Amazon Pinpoint account in the current AWS Region.
NOOP
Constructor and Description |
---|
ListConfigurationSetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token returned from a previous call to
ListConfigurationSets to indicate the position in the list
of configuration sets. |
Integer |
getPageSize()
The number of results to show in a single call to
ListConfigurationSets . |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position in the list
of configuration sets. |
void |
setPageSize(Integer pageSize)
The number of results to show in a single call to
ListConfigurationSets . |
String |
toString()
Returns a string representation of this object.
|
ListConfigurationSetsRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position in the list
of configuration sets. |
ListConfigurationSetsRequest |
withPageSize(Integer pageSize)
The number of results to show in a single call to
ListConfigurationSets . |
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 a previous call to ListConfigurationSets
to indicate the position in the list
of configuration sets.
nextToken
- A token returned from a previous call to ListConfigurationSets
to indicate the position in
the list of configuration sets.public String getNextToken()
A token returned from a previous call to ListConfigurationSets
to indicate the position in the list
of configuration sets.
ListConfigurationSets
to indicate the position in
the list of configuration sets.public ListConfigurationSetsRequest withNextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets
to indicate the position in the list
of configuration sets.
nextToken
- A token returned from a previous call to ListConfigurationSets
to indicate the position in
the list of configuration sets.public void setPageSize(Integer pageSize)
The number of results to show in a single call to ListConfigurationSets
. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
pageSize
- The number of results to show in a single call to ListConfigurationSets
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.public Integer getPageSize()
The number of results to show in a single call to ListConfigurationSets
. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
ListConfigurationSets
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.public ListConfigurationSetsRequest withPageSize(Integer pageSize)
The number of results to show in a single call to ListConfigurationSets
. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
pageSize
- The number of results to show in a single call to ListConfigurationSets
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.