public class ListConfigurationsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<Map<String,String>> |
getConfigurations()
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
String |
getNextToken()
The call returns a token.
|
int |
hashCode() |
void |
setConfigurations(Collection<Map<String,String>> configurations)
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
void |
setNextToken(String nextToken)
The call returns a token.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListConfigurationsResult |
withConfigurations(Collection<Map<String,String>> configurations)
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
ListConfigurationsResult |
withConfigurations(Map<String,String>... configurations)
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
ListConfigurationsResult |
withNextToken(String nextToken)
The call returns a token.
|
public List<Map<String,String>> getConfigurations()
Returns configuration details, including the configuration ID, attribute names, and attribute values.
public void setConfigurations(Collection<Map<String,String>> configurations)
Returns configuration details, including the configuration ID, attribute names, and attribute values.
configurations
- Returns configuration details, including the configuration ID,
attribute names, and attribute values.public ListConfigurationsResult withConfigurations(Map<String,String>... configurations)
Returns configuration details, including the configuration ID, attribute names, and attribute values.
NOTE: This method appends the values to the existing list (if
any). Use setConfigurations(java.util.Collection)
or
withConfigurations(java.util.Collection)
if you want to override
the existing values.
configurations
- Returns configuration details, including the configuration ID,
attribute names, and attribute values.public ListConfigurationsResult withConfigurations(Collection<Map<String,String>> configurations)
Returns configuration details, including the configuration ID, attribute names, and attribute values.
configurations
- Returns configuration details, including the configuration ID,
attribute names, and attribute values.public void setNextToken(String nextToken)
The call returns a token. Use this token to get the next set of results.
nextToken
- The call returns a token. Use this token to get the next set of
results.public String getNextToken()
The call returns a token. Use this token to get the next set of results.
public ListConfigurationsResult withNextToken(String nextToken)
The call returns a token. Use this token to get the next set of results.
nextToken
- The call returns a token. Use this token to get the next set of
results.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationsResult clone()
Copyright © 2018. All rights reserved.