Class ListConfigurationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Returns configuration details, including the configuration ID, attribute names, and attribute values.The call returns a token.int
hashCode()
void
setConfigurations
(Collection<Map<String, String>> configurations) Returns configuration details, including the configuration ID, attribute names, and attribute values.void
setNextToken
(String nextToken) The call returns a token.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurations
(Collection<Map<String, String>> configurations) Returns configuration details, including the configuration ID, attribute names, and attribute values.withConfigurations
(Map<String, String>... configurations) Returns configuration details, including the configuration ID, attribute names, and attribute values.withNextToken
(String nextToken) The call returns a token.
-
Constructor Details
-
ListConfigurationsResult
public ListConfigurationsResult()
-
-
Method Details
-
getConfigurations
Returns configuration details, including the configuration ID, attribute names, and attribute values.
- Returns:
- Returns configuration details, including the configuration ID, attribute names, and attribute values.
-
setConfigurations
Returns configuration details, including the configuration ID, attribute names, and attribute values.
- Parameters:
configurations
- Returns configuration details, including the configuration ID, attribute names, and attribute values.
-
withConfigurations
Returns configuration details, including the configuration ID, attribute names, and attribute values.
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
- Returns configuration details, including the configuration ID, attribute names, and attribute values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConfigurations
Returns configuration details, including the configuration ID, attribute names, and attribute values.
- Parameters:
configurations
- Returns configuration details, including the configuration ID, attribute names, and attribute values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The call returns a token. Use this token to get the next set of results.
- Parameters:
nextToken
- The call returns a token. Use this token to get the next set of results.
-
getNextToken
The call returns a token. Use this token to get the next set of results.
- Returns:
- The call returns a token. Use this token to get the next set of results.
-
withNextToken
The call returns a token. Use this token to get the next set of results.
- Parameters:
nextToken
- The call returns a token. Use this token to get the next set of results.- 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
-