public class ListConfigurationSetsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.
You can execute this operation no more than once per second. This operation
will return up to 1,000 configuration sets each time it is run. If your
Amazon SES account has more than 1,000 configuration sets, this operation
will also return a NextToken element. You can then execute the
ListConfigurationSets
operation again, passing the
NextToken
parameter and the value of the NextToken element to
retrieve additional results.
Constructor and Description |
---|
ListConfigurationSetsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxItems()
The number of configuration sets to return.
|
java.lang.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(java.lang.Integer maxItems)
The number of configuration sets to return.
|
void |
setNextToken(java.lang.String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListConfigurationSetsRequest |
withMaxItems(java.lang.Integer maxItems)
The number of configuration sets to return.
|
ListConfigurationSetsRequest |
withNextToken(java.lang.String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
A token returned from a previous call to
ListConfigurationSets
to indicate the position of the
configuration set in the configuration set list.
A token returned from a previous call to
ListConfigurationSets
to indicate the position of
the configuration set in the configuration set list.
public void setNextToken(java.lang.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 ListConfigurationSetsRequest withNextToken(java.lang.String nextToken)
A token returned from a previous call to
ListConfigurationSets
to indicate the position of the
configuration set in the configuration set list.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
A token returned from a previous call to
ListConfigurationSets
to indicate the position of
the configuration set in the configuration set list.
public java.lang.Integer getMaxItems()
The number of configuration sets to return.
The number of configuration sets to return.
public void setMaxItems(java.lang.Integer maxItems)
The number of configuration sets to return.
maxItems
- The number of configuration sets to return.
public ListConfigurationSetsRequest withMaxItems(java.lang.Integer maxItems)
The number of configuration sets to return.
Returns a reference to this object so that method calls can be chained together.
maxItems
- The number of configuration sets to return.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.