public class DescribeConfigurationRecorderStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DescribeConfigurationRecorderStatus action.
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeConfigurationRecorderStatusRequest()
public List<String> getConfigurationRecorderNames()
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 void setConfigurationRecorderNames(Collection<String> 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.
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)
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.
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.
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)
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.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.