@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of 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.
Constructor and Description |
---|
ListConfigurationSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationSetsResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationSet> |
getConfigurationSets()
A list of configuration sets.
|
String |
getNextToken()
A token indicating that there are additional configuration sets available to be listed.
|
int |
hashCode() |
void |
setConfigurationSets(Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
|
void |
setNextToken(String nextToken)
A token indicating that there are additional configuration sets available to be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListConfigurationSetsResult |
withConfigurationSets(Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
|
ListConfigurationSetsResult |
withConfigurationSets(ConfigurationSet... configurationSets)
A list of configuration sets.
|
ListConfigurationSetsResult |
withNextToken(String nextToken)
A token indicating that there are additional configuration sets available to be listed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConfigurationSet> getConfigurationSets()
A list of configuration sets.
public void setConfigurationSets(Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
configurationSets
- A list of configuration sets.public ListConfigurationSetsResult withConfigurationSets(ConfigurationSet... configurationSets)
A list of configuration sets.
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
- A list of configuration sets.public ListConfigurationSetsResult withConfigurationSets(Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
configurationSets
- A list of configuration sets.public void setNextToken(String nextToken)
A token indicating that there are additional configuration sets available to be listed. Pass this token to
successive calls of ListConfigurationSets
.
nextToken
- A token indicating that there are additional configuration sets available to be listed. Pass this token to
successive calls of ListConfigurationSets
.public String getNextToken()
A token indicating that there are additional configuration sets available to be listed. Pass this token to
successive calls of ListConfigurationSets
.
ListConfigurationSets
.public ListConfigurationSetsResult withNextToken(String nextToken)
A token indicating that there are additional configuration sets available to be listed. Pass this token to
successive calls of ListConfigurationSets
.
nextToken
- A token indicating that there are additional configuration sets available to be listed. Pass this token to
successive calls of ListConfigurationSets
.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.