AWS SDK for .NET Documentation
CreateAccountAliasRequest Class
AmazonAmazon.IdentityManagement.ModelCreateAccountAliasRequest Did this page help you?   Yes   No    Tell us about it...
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.
Declaration Syntax
C#
public class CreateAccountAliasRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateAccountAliasRequest()()()()
Initializes a new instance of the CreateAccountAliasRequest class

AccountAlias
Gets and sets the property AccountAlias.

Name of the account alias to create.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAccountAlias(String) Obsolete.
Sets the AccountAlias property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateAccountAliasRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)