ToCopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeConfigurationRecordersResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
The output for the DescribeConfigurationRecorders action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeConfigurationRecordersResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeConfigurationRecordersResponse.Builder |
builder() |
|
List<ConfigurationRecorder> |
configurationRecorders() |
A list that contains the descriptions of the specified configuration recorders.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeConfigurationRecordersResponse.Builder> |
serializableBuilderClass() |
|
DescribeConfigurationRecordersResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<ConfigurationRecorder> configurationRecorders()
A list that contains the descriptions of the specified configuration recorders.
public DescribeConfigurationRecordersResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
public static DescribeConfigurationRecordersResponse.Builder builder()
public static Class<? extends DescribeConfigurationRecordersResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.