@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
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) |
Integer |
getMaxItems()
The number of configuration sets to return.
|
String |
getNextToken()
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
int |
hashCode() |
void |
setMaxItems(Integer maxItems)
The number of configuration sets to return.
|
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListConfigurationSetsRequest |
withMaxItems(Integer maxItems)
The number of configuration sets to return.
|
ListConfigurationSetsRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
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 of the
configuration set in the configuration set list.
nextToken
- A token returned from a previous call to ListConfigurationSets
to indicate the position of
the configuration set in the configuration set list.public String getNextToken()
A token returned from a previous call to ListConfigurationSets
to indicate the position of the
configuration set in the configuration set list.
ListConfigurationSets
to indicate the position of
the configuration set in the configuration set list.public ListConfigurationSetsRequest withNextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets
to indicate the position of the
configuration set in the configuration set list.
nextToken
- A token returned from a previous call to ListConfigurationSets
to indicate the position of
the configuration set in the configuration set list.public void setMaxItems(Integer maxItems)
The number of configuration sets to return.
maxItems
- The number of configuration sets to return.public Integer getMaxItems()
The number of configuration sets to return.
public ListConfigurationSetsRequest withMaxItems(Integer maxItems)
The number of configuration sets to return.
maxItems
- The number of configuration sets to return.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.