public class DescribeConfigurationRecordersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the DescribeConfigurationRecorders action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigurationRecorder> |
configurationRecorders
A list that contains the descriptions of the specified configuration
recorders.
|
Constructor and Description |
---|
DescribeConfigurationRecordersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecordersResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ConfigurationRecorder> |
getConfigurationRecorders()
A list that contains the descriptions of the specified configuration
recorders.
|
int |
hashCode() |
void |
setConfigurationRecorders(java.util.Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationRecordersResult |
withConfigurationRecorders(java.util.Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
DescribeConfigurationRecordersResult |
withConfigurationRecorders(ConfigurationRecorder... configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
private SdkInternalList<ConfigurationRecorder> configurationRecorders
A list that contains the descriptions of the specified configuration recorders.
public DescribeConfigurationRecordersResult()
public java.util.List<ConfigurationRecorder> getConfigurationRecorders()
A list that contains the descriptions of the specified configuration recorders.
public void setConfigurationRecorders(java.util.Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
configurationRecorders
- A list that contains the descriptions of the specified
configuration recorders.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)
or
withConfigurationRecorders(java.util.Collection)
if you want to
override the existing values.
configurationRecorders
- A list that contains the descriptions of the specified
configuration recorders.public DescribeConfigurationRecordersResult withConfigurationRecorders(java.util.Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
configurationRecorders
- A list that contains the descriptions of the specified
configuration 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 DescribeConfigurationRecordersResult clone()
clone
in class java.lang.Object