@Generated(value="software.amazon.awssdk:codegen") public final class GetResourceConfigHistoryRequest extends ConfigRequest implements ToCopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
The input for the GetResourceConfigHistory action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourceConfigHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResourceConfigHistoryRequest.Builder |
builder() |
ChronologicalOrder |
chronologicalOrder()
The chronological order for configuration items listed.
|
String |
chronologicalOrderAsString()
The chronological order for configuration items listed.
|
Instant |
earlierTime()
The time stamp that indicates an earlier time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
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). |
ResourceType |
resourceType()
The resource type.
|
String |
resourceTypeAsString()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourceConfigHistoryRequest.Builder> |
serializableBuilderClass() |
GetResourceConfigHistoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceType resourceType()
The resource type.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
The resource type.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceId()
The ID of the resource (for example., sg-xxxxxx).
sg-xxxxxx).public final Instant laterTime()
The time stamp that indicates a later time. If not specified, current time is taken.
public final Instant earlierTime()
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
public final ChronologicalOrder chronologicalOrder()
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
If the service returns an enum value that is not available in the current SDK version,
chronologicalOrder will return ChronologicalOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from chronologicalOrderAsString().
ChronologicalOrderpublic final String chronologicalOrderAsString()
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
If the service returns an enum value that is not available in the current SDK version,
chronologicalOrder will return ChronologicalOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from chronologicalOrderAsString().
ChronologicalOrderpublic final Integer limit()
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
public final 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()
toBuilder in interface ToCopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>toBuilder in class ConfigRequestpublic static GetResourceConfigHistoryRequest.Builder builder()
public static Class<? extends GetResourceConfigHistoryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.