public class DeleteIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request instructing the service to delete an identity from the list of identities for the AWS Account.
NOOP| Constructor and Description |
|---|
DeleteIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteIdentityRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getIdentity()
The identity to be removed from the list of identities for the AWS
Account.
|
int |
hashCode() |
void |
setIdentity(String identity)
The identity to be removed from the list of identities for the AWS
Account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIdentityRequest |
withIdentity(String identity)
The identity to be removed from the list of identities for the AWS
Account.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIdentity(String identity)
The identity to be removed from the list of identities for the AWS Account.
identity - The identity to be removed from the list of identities for the AWS
Account.public String getIdentity()
The identity to be removed from the list of identities for the AWS Account.
public DeleteIdentityRequest withIdentity(String identity)
The identity to be removed from the list of identities for the AWS Account.
identity - The identity to be removed from the list of identities for the AWS
Account.public String toString()
toString in class ObjectObject.toString()public DeleteIdentityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.