@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.
|
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, withSdkRequestTimeoutpublic void setAccessKeyId(String accessKeyId)
The identifier of an access key.
This parameter allows (through 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 (through 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 (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (through 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 (through 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 (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String toString()
toString in class ObjectObject.toString()public GetAccessKeyLastUsedRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()