public class ListConfigurationSetsResult
extends java.lang.Object
implements java.io.Serializable
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 |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ConfigurationSet> |
getConfigurationSets()
A list of configuration sets.
|
java.lang.String |
getNextToken()
A token indicating that there are additional configuration sets available
to be listed.
|
int |
hashCode() |
void |
setConfigurationSets(java.util.Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
|
void |
setNextToken(java.lang.String nextToken)
A token indicating that there are additional configuration sets available
to be listed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListConfigurationSetsResult |
withConfigurationSets(java.util.Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
|
ListConfigurationSetsResult |
withConfigurationSets(ConfigurationSet... configurationSets)
A list of configuration sets.
|
ListConfigurationSetsResult |
withNextToken(java.lang.String nextToken)
A token indicating that there are additional configuration sets available
to be listed.
|
public java.util.List<ConfigurationSet> getConfigurationSets()
A list of configuration sets.
A list of configuration sets.
public void setConfigurationSets(java.util.Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
configurationSets
- A list of configuration sets.
public ListConfigurationSetsResult withConfigurationSets(ConfigurationSet... configurationSets)
A list of configuration sets.
Returns a reference to this object so that method calls can be chained together.
configurationSets
- A list of configuration sets.
public ListConfigurationSetsResult withConfigurationSets(java.util.Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
Returns a reference to this object so that method calls can be chained together.
configurationSets
- A list of configuration sets.
public java.lang.String getNextToken()
A token indicating that there are additional configuration sets available
to be listed. Pass this token to successive calls of
ListConfigurationSets
.
A token indicating that there are additional configuration sets
available to be listed. Pass this token to successive calls of
ListConfigurationSets
.
public void setNextToken(java.lang.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 ListConfigurationSetsResult withNextToken(java.lang.String nextToken)
A token indicating that there are additional configuration sets available
to be listed. Pass this token to successive calls of
ListConfigurationSets
.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
A token indicating that there are additional configuration
sets available to be listed. Pass this token to successive
calls of ListConfigurationSets
.
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.