@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> 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. | 
| 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. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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()