Container for the parameters to the UpdateLoginProfile operation.
            Changes the password for the specified user.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateLoginProfileRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateLoginProfileRequest()()()() | Initializes a new instance of the UpdateLoginProfileRequest 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 whose password you want to update. | 
|  | WithPassword(String) | Obsolete. 
            Sets the Password property
             | 
|  | WithUserName(String) | Obsolete. 
            Sets the UserName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateLoginProfileRequest | |