Class DescribeConfigurationsResult
java.lang.Object
com.amazonaws.services.applicationdiscovery.model.DescribeConfigurationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A key in the response map.int
hashCode()
void
setConfigurations
(Collection<Map<String, String>> configurations) A key in the response map.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurations
(Collection<Map<String, String>> configurations) A key in the response map.withConfigurations
(Map<String, String>... configurations) A key in the response map.
-
Constructor Details
-
DescribeConfigurationsResult
public DescribeConfigurationsResult()
-
-
Method Details
-
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-