public class DescribeConfigurationRecordersRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable
DescribeConfigurationRecorders operation.
Returns the name of one or more specified configuration recorders. If the recorder name is not specified, this action returns the names of all the configuration recorders associated with the account.
NOTE: Currently, you can specify only one configuration recorder per account.
| Constructor and Description |
|---|
DescribeConfigurationRecordersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationRecordersRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConfigurationRecorderNames()
A list of configuration recorder names.
|
int |
hashCode() |
void |
setConfigurationRecorderNames(Collection<String> configurationRecorderNames)
A list of configuration recorder names.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationRecordersRequest |
withConfigurationRecorderNames(Collection<String> configurationRecorderNames)
A list of configuration recorder names.
|
DescribeConfigurationRecordersRequest |
withConfigurationRecorderNames(String... configurationRecorderNames)
A list of configuration recorder names.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeConfigurationRecordersRequest()
public List<String> getConfigurationRecorderNames()
public void setConfigurationRecorderNames(Collection<String> configurationRecorderNames)
configurationRecorderNames - A list of configuration recorder names.public DescribeConfigurationRecordersRequest withConfigurationRecorderNames(String... configurationRecorderNames)
NOTE: This method appends the values to the existing list (if
any). Use setConfigurationRecorderNames(java.util.Collection)
or withConfigurationRecorderNames(java.util.Collection) if
you want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
configurationRecorderNames - A list of configuration recorder names.public DescribeConfigurationRecordersRequest withConfigurationRecorderNames(Collection<String> configurationRecorderNames)
Returns a reference to this object so that method calls can be chained together.
configurationRecorderNames - A list of configuration recorder names.public String toString()
toString in class ObjectObject.toString()public DescribeConfigurationRecordersRequest clone()
clone in class com.amazonaws.AmazonWebServiceRequestCopyright © 2015. All rights reserved.