ToCopyableBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
@Generated("software.amazon.awssdk:codegen") public class GetResourceConfigHistoryResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
The output for the GetResourceConfigHistory action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetResourceConfigHistoryResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetResourceConfigHistoryResponse.Builder |
builder() |
|
List<ConfigurationItem> |
configurationItems() |
A list that contains the configuration history of one or more resources.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
static Class<? extends GetResourceConfigHistoryResponse.Builder> |
serializableBuilderClass() |
|
GetResourceConfigHistoryResponse.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<ConfigurationItem> configurationItems()
A list that contains the configuration history of one or more resources.
public String nextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
public GetResourceConfigHistoryResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
public static GetResourceConfigHistoryResponse.Builder builder()
public static Class<? extends GetResourceConfigHistoryResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.