Class DescribeConfigurationsResult
- java.lang.Object
-
- com.amazonaws.services.applicationdiscovery.model.DescribeConfigurationsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeConfigurationsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigurationsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getConfigurations
public List<Map<String,String>> getConfigurations()
A key in the response map. The value is an array of data.
- Returns:
- A key in the response map. The value is an array of data.
-
setConfigurations
public void setConfigurations(Collection<Map<String,String>> configurations)
A key in the response map. The value is an array of data.
- Parameters:
configurations
- A key in the response map. The value is an array of data.
-
withConfigurations
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)
orwithConfigurations(java.util.Collection)
if you want to override the existing values.- Parameters:
configurations
- A key in the response map. The value is an array of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConfigurations
public DescribeConfigurationsResult withConfigurations(Collection<Map<String,String>> configurations)
A key in the response map. The value is an array of data.
- Parameters:
configurations
- A key in the response map. The value is an array of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeConfigurationsResult clone()
-
-