Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeConfigurationRecorderStatusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
The input for the DescribeConfigurationRecorderStatus action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeConfigurationRecorderStatusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeConfigurationRecorderStatusRequest.Builder |
builder() |
|
List<String> |
configurationRecorderNames() |
The name(s) of the configuration recorder.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeConfigurationRecorderStatusRequest.Builder> |
serializableBuilderClass() |
|
DescribeConfigurationRecorderStatusRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
public static DescribeConfigurationRecorderStatusRequest.Builder builder()
public static Class<? extends DescribeConfigurationRecorderStatusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.