@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.
Constructor and Description |
---|
ListConfigurationSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationSetsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConfigurationSets()
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.
|
String |
getNextToken()
A token that indicates that there are additional configuration sets to list.
|
int |
hashCode() |
void |
setConfigurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.
|
void |
setNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
String |
toString()
Returns a string representation of this object.
|
ListConfigurationSetsResult |
withConfigurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.
|
ListConfigurationSetsResult |
withConfigurationSets(String... configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.
|
ListConfigurationSetsResult |
withNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getConfigurationSets()
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
public void setConfigurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
configurationSets
- An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.public ListConfigurationSetsResult withConfigurationSets(String... configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationSets(java.util.Collection)
or withConfigurationSets(java.util.Collection)
if
you want to override the existing values.
configurationSets
- An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.public ListConfigurationSetsResult withConfigurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
configurationSets
- An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.public void setNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list. To view additional configuration
sets, issue another request to ListConfigurationSets
, and pass this token in the
NextToken
parameter.
nextToken
- A token that indicates that there are additional configuration sets to list. To view additional
configuration sets, issue another request to ListConfigurationSets
, and pass this token in
the NextToken
parameter.public String getNextToken()
A token that indicates that there are additional configuration sets to list. To view additional configuration
sets, issue another request to ListConfigurationSets
, and pass this token in the
NextToken
parameter.
ListConfigurationSets
, and pass this token in
the NextToken
parameter.public ListConfigurationSetsResult withNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list. To view additional configuration
sets, issue another request to ListConfigurationSets
, and pass this token in the
NextToken
parameter.
nextToken
- A token that indicates that there are additional configuration sets to list. To view additional
configuration sets, issue another request to ListConfigurationSets
, and pass this token in
the NextToken
parameter.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationSetsResult clone()