@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> 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()
Token to retrieve the next set of results.
|
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)
Token to retrieve the next set of results.
|
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)
Token to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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)
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items,
but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results along with
this token. Use this token in the next query to retrieve the next set of 10.
nextToken
- Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100
items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10
results along with this token. Use this token in the next query to retrieve the next set of 10.public String getNextToken()
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items,
but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results along with
this token. Use this token in the next query to retrieve the next set of 10.
ListConfigurationsRequest$maxResults
to 10, you received a set of 10
results along with this token. Use this token in the next query to retrieve the next set of 10.public ListConfigurationsResult withNextToken(String nextToken)
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items,
but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results along with
this token. Use this token in the next query to retrieve the next set of 10.
nextToken
- Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100
items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10
results along with this token. Use this token in the next query to retrieve the next set of 10.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.