public class DescribeConfigurationRecordersResult extends Object implements Serializable
The output for the DescribeConfigurationRecorders action.
Constructor and Description |
---|
DescribeConfigurationRecordersResult() |
Modifier and Type | Method and Description |
---|---|
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()
public void setConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
configurationRecorders
- A list that contains the descriptions of the specified configuration
recorders.public DescribeConfigurationRecordersResult withConfigurationRecorders(ConfigurationRecorder... configurationRecorders)
Returns a reference to this object so that method calls can be chained together.
configurationRecorders
- A list that contains the descriptions of the specified configuration
recorders.public DescribeConfigurationRecordersResult withConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
Returns a reference to this object so that method calls can be chained together.
configurationRecorders
- A list that contains the descriptions of the specified configuration
recorders.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.