|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.DeleteAccountAliasRequest
public class DeleteAccountAliasRequest
Container for the parameters to the DeleteAccountAlias operation.
Deletes the specified AWS account alias. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in Using AWS Identity and Access Management .
AmazonIdentityManagement.deleteAccountAlias(DeleteAccountAliasRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteAccountAliasRequest()
Default constructor for a new DeleteAccountAliasRequest object. |
|
DeleteAccountAliasRequest(java.lang.String accountAlias)
Constructs a new DeleteAccountAliasRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountAlias()
Name of the account alias to delete. |
int |
hashCode()
|
void |
setAccountAlias(java.lang.String accountAlias)
Name of the account alias to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteAccountAliasRequest |
withAccountAlias(java.lang.String accountAlias)
Name of the account alias to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteAccountAliasRequest()
public DeleteAccountAliasRequest(java.lang.String accountAlias)
accountAlias - Name of the account alias to delete.| Method Detail |
|---|
public java.lang.String getAccountAlias()
Constraints:
Length: 3 - 63
Pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
public void setAccountAlias(java.lang.String accountAlias)
Constraints:
Length: 3 - 63
Pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
accountAlias - Name of the account alias to delete.public DeleteAccountAliasRequest withAccountAlias(java.lang.String accountAlias)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 63
Pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
accountAlias - Name of the account alias to delete.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||