public class DescribeConfigurationRecordersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 |
---|---|
DescribeConfigurationRecordersRequest |
clone()
Creates a shallow clone of this request.
|
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeConfigurationRecordersRequest()
public List<String> getConfigurationRecorderNames()
public void setConfigurationRecorderNames(Collection<String> configurationRecorderNames)
configurationRecorderNames
- A list of configuration recorder names.public DescribeConfigurationRecordersRequest withConfigurationRecorderNames(String... configurationRecorderNames)
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.
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 Object
Object.toString()
public DescribeConfigurationRecordersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.