public class DescribeConfigurationRecorderStatusRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the DescribeConfigurationRecorderStatus action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
configurationRecorderNames
The name(s) of the configuration recorder.
|
NOOP
Constructor and Description |
---|
DescribeConfigurationRecorderStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecorderStatusRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getConfigurationRecorderNames()
The name(s) of the configuration recorder.
|
int |
hashCode() |
void |
setConfigurationRecorderNames(java.util.Collection<java.lang.String> configurationRecorderNames)
The name(s) of the configuration recorder.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationRecorderStatusRequest |
withConfigurationRecorderNames(java.util.Collection<java.lang.String> configurationRecorderNames)
The name(s) of the configuration recorder.
|
DescribeConfigurationRecorderStatusRequest |
withConfigurationRecorderNames(java.lang.String... configurationRecorderNames)
The name(s) of the configuration recorder.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.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.
public DescribeConfigurationRecorderStatusRequest()
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeConfigurationRecorderStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()