Class DescribeConfigurationRecorderStatusResult
java.lang.Object
com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
- All Implemented Interfaces:
Serializable, Cloneable
public class DescribeConfigurationRecorderStatusResult
extends Object
implements Serializable, Cloneable
The output for the DescribeConfigurationRecorderStatus action in JSON format.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list that contains status of the specified recorders.inthashCode()voidsetConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus) A list that contains status of the specified recorders.toString()Returns a string representation of this object; useful for testing and debugging.withConfigurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus) A list that contains status of the specified recorders.withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus) A list that contains status of the specified recorders.
-
Constructor Details
-
DescribeConfigurationRecorderStatusResult
public DescribeConfigurationRecorderStatusResult()
-
-
Method Details
-
getConfigurationRecordersStatus
A list that contains status of the specified recorders.
- Returns:
- A list that contains status of the specified recorders.
-
setConfigurationRecordersStatus
public void setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus) A list that contains status of the specified recorders.
- Parameters:
configurationRecordersStatus- A list that contains status of the specified recorders.
-
withConfigurationRecordersStatus
public DescribeConfigurationRecorderStatusResult withConfigurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus) A list that contains status of the specified recorders.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationRecordersStatus(java.util.Collection)orwithConfigurationRecordersStatus(java.util.Collection)if you want to override the existing values.- Parameters:
configurationRecordersStatus- A list that contains status of the specified recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConfigurationRecordersStatus
public DescribeConfigurationRecorderStatusResult withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus) A list that contains status of the specified recorders.
- Parameters:
configurationRecordersStatus- A list that contains status of the specified recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-