|
|||||||
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.CreateAccountAliasRequest
public class CreateAccountAliasRequest
Container for the parameters to the CreateAccountAlias operation
.
This action creates an alias for your AWS Account. 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.createAccountAlias(CreateAccountAliasRequest)
Constructor Summary | |
---|---|
CreateAccountAliasRequest()
Default constructor for a new CreateAccountAliasRequest object. |
|
CreateAccountAliasRequest(String accountAlias)
Constructs a new CreateAccountAliasRequest object. |
Method Summary | |
---|---|
String |
getAccountAlias()
Name of the account alias to create |
void |
setAccountAlias(String accountAlias)
Name of the account alias to create |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateAccountAliasRequest |
withAccountAlias(String accountAlias)
Name of the account alias to create |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateAccountAliasRequest()
public CreateAccountAliasRequest(String accountAlias)
accountAlias
- Name of the account alias to createMethod Detail |
---|
public String getAccountAlias()
Constraints:
Length: 3 - 63
Pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
public void setAccountAlias(String accountAlias)
Constraints:
Length: 3 - 63
Pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
accountAlias
- Name of the account alias to createpublic CreateAccountAliasRequest withAccountAlias(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 create
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |