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 com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Optionally 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.int
hashCode()
void
setEndTime
(Date endTime) Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.void
setNextToken
(String nextToken) Reserved for future use.void
setStartTime
(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 com.amazonaws.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
Reserved for future use.
- Returns:
- Reserved for future use.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-