public class ListPublicKeysRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Requests the public keys for a specified time range.
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
endTime
Optionally specifies, in UTC, the end of the time range to look up public
keys for CloudTrail digest files.
|
private java.lang.String |
nextToken
Reserved for future use.
|
private java.util.Date |
startTime
Optionally specifies, in UTC, the start of the time range to look up
public keys for CloudTrail digest files.
|
NOOP
Constructor and Description |
---|
ListPublicKeysRequest() |
Modifier and Type | Method and Description |
---|---|
ListPublicKeysRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getEndTime()
Optionally specifies, in UTC, the end of the time range to look up public
keys for CloudTrail digest files.
|
java.lang.String |
getNextToken()
Reserved for future use.
|
java.util.Date |
getStartTime()
Optionally specifies, in UTC, the start of the time range to look up
public keys for CloudTrail digest files.
|
int |
hashCode() |
void |
setEndTime(java.util.Date endTime)
Optionally specifies, in UTC, the end of the time range to look up public
keys for CloudTrail digest files.
|
void |
setNextToken(java.lang.String nextToken)
Reserved for future use.
|
void |
setStartTime(java.util.Date startTime)
Optionally specifies, in UTC, the start of the time range to look up
public keys for CloudTrail digest files.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPublicKeysRequest |
withEndTime(java.util.Date endTime)
Optionally specifies, in UTC, the end of the time range to look up public
keys for CloudTrail digest files.
|
ListPublicKeysRequest |
withNextToken(java.lang.String nextToken)
Reserved for future use.
|
ListPublicKeysRequest |
withStartTime(java.util.Date startTime)
Optionally specifies, in UTC, the start of the time range to look up
public keys for CloudTrail digest files.
|
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
private java.util.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.
private java.util.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.
private java.lang.String nextToken
Reserved for future use.
public void setStartTime(java.util.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.
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 java.util.Date 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.
public ListPublicKeysRequest withStartTime(java.util.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.
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 void setEndTime(java.util.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.
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 java.util.Date 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.
public ListPublicKeysRequest withEndTime(java.util.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.
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 void setNextToken(java.lang.String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.public java.lang.String getNextToken()
Reserved for future use.
public ListPublicKeysRequest withNextToken(java.lang.String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListPublicKeysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()