public class DescribeConfigurationRecordersResult extends Object implements Serializable, Cloneable
The output for the DescribeConfigurationRecorders action.
Constructor and Description |
---|
DescribeConfigurationRecordersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecordersResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationRecorder> |
getConfigurationRecorders()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationRecordersResult |
withConfigurationRecorders(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.
|
public DescribeConfigurationRecordersResult()
public List<ConfigurationRecorder> getConfigurationRecorders()
A list that contains the descriptions of the specified configuration recorders.
public void setConfigurationRecorders(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(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 String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationRecordersResult clone()
Copyright © 2015. All rights reserved.