@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationRecorderStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the DescribeConfigurationRecorderStatus action in JSON format.
Constructor and Description |
---|
DescribeConfigurationRecorderStatusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecorderStatusResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationRecorderStatus> |
getConfigurationRecordersStatus()
A list that contains status of the specified recorders.
|
int |
hashCode() |
void |
setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConfigurationRecorderStatusResult |
withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
|
DescribeConfigurationRecorderStatusResult |
withConfigurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus)
A list that contains status of the specified recorders.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeConfigurationRecorderStatusResult()
public List<ConfigurationRecorderStatus> getConfigurationRecordersStatus()
A list that contains status of the specified recorders.
public void setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
configurationRecordersStatus
- A list that contains status of the specified recorders.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)
or
withConfigurationRecordersStatus(java.util.Collection)
if you want to override the existing values.
configurationRecordersStatus
- A list that contains status of the specified recorders.public DescribeConfigurationRecorderStatusResult withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
configurationRecordersStatus
- A list that contains status of the specified recorders.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationRecorderStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.