public class DescribeConfigurationRecordersRequest extends AmazonWebServiceRequest implements Serializable
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.
NOOP| Constructor and Description |
|---|
DescribeConfigurationRecordersRequest() |
| Modifier and Type | Method and Description |
|---|---|
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, copyPrivateRequestParameters, 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)
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()Copyright © 2014. All rights reserved.