Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
@Generated("software.amazon.awssdk:codegen") public class GetResourceConfigHistoryRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
The input for the GetResourceConfigHistory action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetResourceConfigHistoryRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetResourceConfigHistoryRequest.Builder |
builder() |
|
String |
chronologicalOrder() |
The chronological order for configuration items listed.
|
Date |
earlierTime() |
The time stamp that indicates an earlier time.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
laterTime() |
The time stamp that indicates a later time.
|
Integer |
limit() |
The maximum number of configuration items returned on each page.
|
String |
nextToken() |
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
String |
resourceId() |
The ID of the resource (for example.,
sg-xxxxxx ). |
String |
resourceType() |
The resource type.
|
static Class<? extends GetResourceConfigHistoryRequest.Builder> |
serializableBuilderClass() |
|
GetResourceConfigHistoryRequest.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 String resourceType()
The resource type.
ResourceType
public String resourceId()
The ID of the resource (for example., sg-xxxxxx
).
sg-xxxxxx
).public Date laterTime()
The time stamp that indicates a later time. If not specified, current time is taken.
public Date earlierTime()
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.
public String chronologicalOrder()
The chronological order for configuration items listed. By default the results are listed in reverse chronological order.
ChronologicalOrder
public Integer limit()
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
public String nextToken()
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
string returned on a previous page that you use to get the next page of
results in a paginated response.public GetResourceConfigHistoryRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
public static GetResourceConfigHistoryRequest.Builder builder()
public static Class<? extends GetResourceConfigHistoryRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.