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