@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()
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.
|
GetAccessKeyInfoRequest |
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 (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 Object
Object.toString()
public GetAccessKeyInfoRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()