@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessKeyInfoRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetAccessKeyInfoRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetAccessKeyInfoRequest | 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. | 
| GetAccessKeyInfoRequest | withAccessKeyId(String accessKeyId)
 The identifier of an access key. | 
addHandlerContext, copyBaseTo, 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 lowercase 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 lowercase 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 lowercase letter or digit.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper- or lowercase letter or digit.
public GetAccessKeyInfoRequest 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 lowercase 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 lowercase letter or digit.
public String toString()
toString in class ObjectObject.toString()public GetAccessKeyInfoRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.