public class ListConfigurationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
configurations
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
private java.lang.String |
nextToken
The call returns a token.
|
Constructor and Description |
---|
ListConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getConfigurations()
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
java.lang.String |
getNextToken()
The call returns a token.
|
int |
hashCode() |
void |
setConfigurations(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> configurations)
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
void |
setNextToken(java.lang.String nextToken)
The call returns a token.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListConfigurationsResult |
withConfigurations(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> configurations)
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
ListConfigurationsResult |
withConfigurations(java.util.Map<java.lang.String,java.lang.String>... configurations)
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
|
ListConfigurationsResult |
withNextToken(java.lang.String nextToken)
The call returns a token.
|
private java.util.List<java.util.Map<java.lang.String,java.lang.String>> configurations
Returns configuration details, including the configuration ID, attribute names, and attribute values.
private java.lang.String nextToken
The call returns a token. Use this token to get the next set of results.
public java.util.List<java.util.Map<java.lang.String,java.lang.String>> getConfigurations()
Returns configuration details, including the configuration ID, attribute names, and attribute values.
public void setConfigurations(java.util.Collection<java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.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(java.util.Collection<java.util.Map<java.lang.String,java.lang.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(java.lang.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 java.lang.String getNextToken()
The call returns a token. Use this token to get the next set of results.
public ListConfigurationsResult withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListConfigurationsResult clone()
clone
in class java.lang.Object