public class DeleteAccessKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAccessKeyRequest()
Default constructor for DeleteAccessKeyRequest object.
|
DeleteAccessKeyRequest(String userName,
String accessKeyId)
Constructs a new DeleteAccessKeyRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAccessKeyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAccessKeyId()
The access key ID for the access key ID and secret access key you want to
delete.
|
String |
getUserName()
The name of the user whose key you want to delete.
|
int |
hashCode() |
void |
setAccessKeyId(String accessKeyId)
The access key ID for the access key ID and secret access key you want to
delete.
|
void |
setUserName(String userName)
The name of the user whose key you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteAccessKeyRequest |
withAccessKeyId(String accessKeyId)
The access key ID for the access key ID and secret access key you want to
delete.
|
DeleteAccessKeyRequest |
withUserName(String userName)
The name of the user whose key you want to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteAccessKeyRequest()
public DeleteAccessKeyRequest(String userName, String accessKeyId)
userName - The name of the user whose key you want to delete.accessKeyId - The access key ID for the access key ID and secret access key you
want to delete.public void setUserName(String userName)
The name of the user whose key you want to delete.
userName - The name of the user whose key you want to delete.public String getUserName()
The name of the user whose key you want to delete.
public DeleteAccessKeyRequest withUserName(String userName)
The name of the user whose key you want to delete.
userName - The name of the user whose key you want to delete.public void setAccessKeyId(String accessKeyId)
The access key ID for the access key ID and secret access key you want to delete.
accessKeyId - The access key ID for the access key ID and secret access key you
want to delete.public String getAccessKeyId()
The access key ID for the access key ID and secret access key you want to delete.
public DeleteAccessKeyRequest withAccessKeyId(String accessKeyId)
The access key ID for the access key ID and secret access key you want to delete.
accessKeyId - The access key ID for the access key ID and secret access key you
want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteAccessKeyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.