Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
@Generated("software.amazon.awssdk:codegen") public class ListPublicKeysRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
Requests the public keys for a specified time range.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPublicKeysRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListPublicKeysRequest.Builder |
builder() |
|
Date |
endTime() |
Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Reserved for future use.
|
static Class<? extends ListPublicKeysRequest.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.
|
ListPublicKeysRequest.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 Date 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 Date 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
public static ListPublicKeysRequest.Builder builder()
public static Class<? extends ListPublicKeysRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.