public class DescribeConfigurationRecorderStatusResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the DescribeConfigurationRecorderStatus action in JSON format.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigurationRecorderStatus> |
configurationRecordersStatus
A list that contains status of the specified recorders.
|
Constructor and Description |
---|
DescribeConfigurationRecorderStatusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecorderStatusResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ConfigurationRecorderStatus> |
getConfigurationRecordersStatus()
A list that contains status of the specified recorders.
|
int |
hashCode() |
void |
setConfigurationRecordersStatus(java.util.Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationRecorderStatusResult |
withConfigurationRecordersStatus(java.util.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.
|
private SdkInternalList<ConfigurationRecorderStatus> configurationRecordersStatus
A list that contains status of the specified recorders.
public DescribeConfigurationRecorderStatusResult()
public java.util.List<ConfigurationRecorderStatus> getConfigurationRecordersStatus()
A list that contains status of the specified recorders.
public void setConfigurationRecordersStatus(java.util.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(java.util.Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
configurationRecordersStatus
- A list that contains status of the specified recorders.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeConfigurationRecorderStatusResult clone()
clone
in class java.lang.Object