Class ListPublicKeysRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Requests the public keys for a specified time range.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanOptionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.Reserved for future use.Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.inthashCode()voidsetEndTime(Date endTime) Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.voidsetNextToken(String nextToken) Reserved for future use.voidsetStartTime(Date startTime) Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.toString()Returns a string representation of this object; useful for testing and debugging.withEndTime(Date endTime) Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.withNextToken(String nextToken) Reserved for future use.withStartTime(Date startTime) Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListPublicKeysRequest
public ListPublicKeysRequest()
-
-
Method Details
-
setStartTime
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.
- Parameters:
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.
-
getStartTime
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.
- Returns:
- 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.
-
withStartTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndTime
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.
- Parameters:
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.
-
getEndTime
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.
- Returns:
- 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.
-
withEndTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
Reserved for future use.
- Parameters:
nextToken- Reserved for future use.
-
getNextToken
-
withNextToken
Reserved for future use.
- Parameters:
nextToken- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-