Container for the parameters to the UpdateAccountPasswordPolicy operation.
            Updates the password policy settings for the account. For more information about using
            a            password policy, go to Managing
            an                IAM Password Policy.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateAccountPasswordPolicyRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateAccountPasswordPolicyRequest()()()() | Initializes a new instance of the UpdateAccountPasswordPolicyRequest class | 
|  | AllowUsersToChangePassword | 
            Gets and sets the property AllowUsersToChangePassword.
             | 
|  | 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.) | 
|  | MinimumPasswordLength | 
            Gets and sets the property MinimumPasswordLength.
             | 
|  | RequireLowercaseCharacters | 
            Gets and sets the property RequireLowercaseCharacters.
             | 
|  | RequireNumbers | 
            Gets and sets the property RequireNumbers.
             | 
|  | RequireSymbols | 
            Gets and sets the property RequireSymbols.
             | 
|  | RequireUppercaseCharacters | 
            Gets and sets the property RequireUppercaseCharacters.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAllowUsersToChangePassword(Boolean) | Obsolete. 
            Sets the AllowUsersToChangePassword property
             | 
|  | WithMinimumPasswordLength(Int32) | Obsolete. 
            Sets the MinimumPasswordLength property
             | 
|  | WithRequireLowercaseCharacters(Boolean) | Obsolete. 
            Sets the RequireLowercaseCharacters property
             | 
|  | WithRequireNumbers(Boolean) | Obsolete. 
            Sets the RequireNumbers property
             | 
|  | WithRequireSymbols(Boolean) | Obsolete. 
            Sets the RequireSymbols property
             | 
|  | WithRequireUppercaseCharacters(Boolean) | Obsolete. 
            Sets the RequireUppercaseCharacters property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateAccountPasswordPolicyRequest | |