@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConfigurationSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationSetsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConfigurationSets()
An object that contains a list of configuration sets for your account in the current region.
|
String |
getNextToken()
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.
|
int |
hashCode() |
void |
setConfigurationSets(Collection<String> configurationSets)
An object that contains a list of configuration sets for your account in the current region.
|
void |
setNextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.
|
String |
toString()
Returns a string representation of this object.
|
ListConfigurationSetsResult |
withConfigurationSets(Collection<String> configurationSets)
An object that contains a list of configuration sets for your account in the current region.
|
ListConfigurationSetsResult |
withConfigurationSets(String... configurationSets)
An object that contains a list of configuration sets for your account in the current region.
|
ListConfigurationSetsResult |
withNextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getConfigurationSets()
public void setConfigurationSets(Collection<String> configurationSets)
configurationSets
- An object that contains a list of configuration sets for your account in the current region.public ListConfigurationSetsResult withConfigurationSets(String... configurationSets)
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 object that contains a list of configuration sets for your account in the current region.public ListConfigurationSetsResult withConfigurationSets(Collection<String> configurationSets)
configurationSets
- An object that contains a list of configuration sets for your account in the current region.public void setNextToken(String nextToken)
nextToken
- A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.public String getNextToken()
public ListConfigurationSetsResult withNextToken(String nextToken)
nextToken
- A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationSetsResult clone()