public class DescribeConfigurationRecorderStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeConfigurationRecorderStatus operation
.
Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorder associated with the account.
NOTE:Currently, you can specify only one configuration recorder per account.
NOOP
Constructor and Description |
---|
DescribeConfigurationRecorderStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecorderStatusRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getConfigurationRecorderNames()
The name(s) of the configuration recorder.
|
int |
hashCode() |
void |
setConfigurationRecorderNames(Collection<String> configurationRecorderNames)
The name(s) of the configuration recorder.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationRecorderStatusRequest |
withConfigurationRecorderNames(Collection<String> configurationRecorderNames)
The name(s) of the configuration recorder.
|
DescribeConfigurationRecorderStatusRequest |
withConfigurationRecorderNames(String... configurationRecorderNames)
The name(s) of the configuration recorder.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeConfigurationRecorderStatusRequest()
public List<String> getConfigurationRecorderNames()
public void setConfigurationRecorderNames(Collection<String> configurationRecorderNames)
configurationRecorderNames
- The name(s) of the configuration recorder. If the name is not
specified, the action returns the current status of all the
configuration recorders associated with the account.public DescribeConfigurationRecorderStatusRequest withConfigurationRecorderNames(String... configurationRecorderNames)
Returns a reference to this object so that method calls can be chained together.
configurationRecorderNames
- The name(s) of the configuration recorder. If the name is not
specified, the action returns the current status of all the
configuration recorders associated with the account.public DescribeConfigurationRecorderStatusRequest withConfigurationRecorderNames(Collection<String> configurationRecorderNames)
Returns a reference to this object so that method calls can be chained together.
configurationRecorderNames
- The name(s) of the configuration recorder. If the name is not
specified, the action returns the current status of all the
configuration recorders associated with the account.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationRecorderStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.