public class GetAccessKeyLastUsedRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAccessKeyLastUsedRequest() |
Modifier and Type | Method and Description |
---|---|
GetAccessKeyLastUsedRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccessKeyId(String accessKeyId)
The identifier of an access key.
accessKeyId
- The identifier of an access key.public String getAccessKeyId()
The identifier of an access key.
public GetAccessKeyLastUsedRequest withAccessKeyId(String accessKeyId)
The identifier of an access key.
accessKeyId
- The identifier of an access key.public String toString()
toString
in class Object
Object.toString()
public GetAccessKeyLastUsedRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.