public class DeleteAccountAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAccountAliasRequest()
Default constructor for DeleteAccountAliasRequest object.
|
DeleteAccountAliasRequest(String accountAlias)
Constructs a new DeleteAccountAliasRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountAliasRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccountAlias()
The name of the account alias to delete.
|
int |
hashCode() |
void |
setAccountAlias(String accountAlias)
The name of the account alias to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteAccountAliasRequest |
withAccountAlias(String accountAlias)
The name of the account alias to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteAccountAliasRequest()
public DeleteAccountAliasRequest(String accountAlias)
accountAlias - The name of the account alias to delete.public void setAccountAlias(String accountAlias)
The name of the account alias to delete.
accountAlias - The name of the account alias to delete.public String getAccountAlias()
The name of the account alias to delete.
public DeleteAccountAliasRequest withAccountAlias(String accountAlias)
The name of the account alias to delete.
accountAlias - The name of the account alias to delete.public String toString()
toString in class ObjectObject.toString()public DeleteAccountAliasRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.