@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccessKeyId(String accessKeyId)
The identifier of an access key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
accessKeyId
- The identifier of an access key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String getAccessKeyId()
The identifier of an access key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public GetAccessKeyLastUsedRequest withAccessKeyId(String accessKeyId)
The identifier of an access key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
accessKeyId
- The identifier of an access key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
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.