@Generated(value="software.amazon.awssdk:codegen") public final class ListPublicKeysRequest extends CloudTrailRequest implements ToCopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
Requests the public keys for a specified time range.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPublicKeysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPublicKeysRequest.Builder |
builder() |
Instant |
endTime()
Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
Reserved for future use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPublicKeysRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.
|
ListPublicKeysRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Instant startTime()
Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.
public Instant endTime()
Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.
public String nextToken()
Reserved for future use.
public ListPublicKeysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>toBuilder in class CloudTrailRequestpublic static ListPublicKeysRequest.Builder builder()
public static Class<? extends ListPublicKeysRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.