public class DescribeConfigurationsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<Map<String,String>> |
getConfigurations()
A key in the response map.
|
int |
hashCode() |
void |
setConfigurations(Collection<Map<String,String>> configurations)
A key in the response map.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationsResult |
withConfigurations(Collection<Map<String,String>> configurations)
A key in the response map.
|
DescribeConfigurationsResult |
withConfigurations(Map<String,String>... configurations)
A key in the response map.
|
public List<Map<String,String>> getConfigurations()
A key in the response map. The value is an array of data.
public void setConfigurations(Collection<Map<String,String>> configurations)
A key in the response map. The value is an array of data.
configurations - A key in the response map. The value is an array of data.public DescribeConfigurationsResult withConfigurations(Map<String,String>... configurations)
A key in the response map. The value is an array of data.
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 - A key in the response map. The value is an array of data.public DescribeConfigurationsResult withConfigurations(Collection<Map<String,String>> configurations)
A key in the response map. The value is an array of data.
configurations - A key in the response map. The value is an array of data.public String toString()
toString in class ObjectObject.toString()public DescribeConfigurationsResult clone()
Copyright © 2016. All rights reserved.