Container for the parameters to the CreateLoginProfile operation.
            Creates a password for the specified user, giving the user the ability to access AWS
            services            through the AWS Management Console. For more information about managing
            passwords, see Managing Passwords in Using IAM.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateLoginProfileRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateLoginProfileRequest()()()() | Initializes a new instance of the CreateLoginProfileRequest class | 
|  | Equals(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.) | 
|  | Password | 
            Gets and sets the property Password. 
             The new password for the user name. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UserName | 
            Gets and sets the property UserName. 
             Name of the user to create a password for. | 
|  | WithPassword(String) | Obsolete. 
            Sets the Password property
             | 
|  | WithUserName(String) | Obsolete. 
            Sets the UserName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateLoginProfileRequest | |