public class GetAccessKeyLastUsedRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetAccessKeyLastUsed operation.
Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the AWS service and region that were specified in the last request made with that key.
NOOP| Constructor and Description |
|---|
GetAccessKeyLastUsedRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAccessKeyLastUsedRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessKeyId()
The identifier of an access key.
|
int |
hashCode() |
void |
setAccessKeyId(String accessKeyId)
The identifier of an access key.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAccessKeyLastUsedRequest |
withAccessKeyId(String accessKeyId)
The identifier of an access key.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getAccessKeyId()
Constraints:
Length: 16 - 32
Pattern: [\w]+
public void setAccessKeyId(String accessKeyId)
Constraints:
Length: 16 - 32
Pattern: [\w]+
accessKeyId - The identifier of an access key.public GetAccessKeyLastUsedRequest withAccessKeyId(String accessKeyId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 16 - 32
Pattern: [\w]+
accessKeyId - The identifier of an access key.public String toString()
toString in class ObjectObject.toString()public GetAccessKeyLastUsedRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.