Class DescribeConfigurationRecordersResult
java.lang.Object
com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for the DescribeConfigurationRecorders action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list that contains the descriptions of the specified configuration recorders.int
hashCode()
void
setConfigurationRecorders
(Collection<ConfigurationRecorder> configurationRecorders) A list that contains the descriptions of the specified configuration recorders.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurationRecorders
(ConfigurationRecorder... configurationRecorders) A list that contains the descriptions of the specified configuration recorders.withConfigurationRecorders
(Collection<ConfigurationRecorder> configurationRecorders) A list that contains the descriptions of the specified configuration recorders.
-
Constructor Details
-
DescribeConfigurationRecordersResult
public DescribeConfigurationRecordersResult()
-
-
Method Details
-
getConfigurationRecorders
A list that contains the descriptions of the specified configuration recorders.
- Returns:
- A list that contains the descriptions of the specified configuration recorders.
-
setConfigurationRecorders
A list that contains the descriptions of the specified configuration recorders.
- Parameters:
configurationRecorders
- A list that contains the descriptions of the specified configuration recorders.
-
withConfigurationRecorders
public DescribeConfigurationRecordersResult withConfigurationRecorders(ConfigurationRecorder... configurationRecorders) A list that contains the descriptions of the specified configuration recorders.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationRecorders(java.util.Collection)
orwithConfigurationRecorders(java.util.Collection)
if you want to override the existing values.- Parameters:
configurationRecorders
- A list that contains the descriptions of the specified configuration recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConfigurationRecorders
public DescribeConfigurationRecordersResult withConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders) A list that contains the descriptions of the specified configuration recorders.
- Parameters:
configurationRecorders
- A list that contains the descriptions of the specified configuration recorders.- 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
-