@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationRecordersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DescribeConfigurationRecorders action.
NOOP
Constructor and Description |
---|
DescribeConfigurationRecordersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecordersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeConfigurationRecordersRequest()
public List<String> getConfigurationRecorderNames()
A list of configuration recorder names.
public void setConfigurationRecorderNames(Collection<String> configurationRecorderNames)
A list of configuration recorder names.
configurationRecorderNames
- A list of configuration recorder names.public DescribeConfigurationRecordersRequest withConfigurationRecorderNames(String... configurationRecorderNames)
A list of configuration recorder names.
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
- A list of configuration recorder names.public DescribeConfigurationRecordersRequest withConfigurationRecorderNames(Collection<String> configurationRecorderNames)
A list of configuration recorder names.
configurationRecorderNames
- A list of configuration recorder names.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationRecordersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.