Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class UpdateAccountPasswordPolicyRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.identitymanagement.model.UpdateAccountPasswordPolicyRequest
All Implemented Interfaces:
Serializable

public class UpdateAccountPasswordPolicyRequest
extends AmazonWebServiceRequest
implements Serializable

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 .

See Also:
AmazonIdentityManagement.updateAccountPasswordPolicy(UpdateAccountPasswordPolicyRequest), Serialized Form

Constructor Summary
UpdateAccountPasswordPolicyRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getAllowUsersToChangePassword()
          Returns the value of the AllowUsersToChangePassword property for this object.
 Integer getMinimumPasswordLength()
          Returns the value of the MinimumPasswordLength property for this object.
 Boolean getRequireLowercaseCharacters()
          Returns the value of the RequireLowercaseCharacters property for this object.
 Boolean getRequireNumbers()
          Returns the value of the RequireNumbers property for this object.
 Boolean getRequireSymbols()
          Returns the value of the RequireSymbols property for this object.
 Boolean getRequireUppercaseCharacters()
          Returns the value of the RequireUppercaseCharacters property for this object.
 int hashCode()
           
 Boolean isAllowUsersToChangePassword()
          Returns the value of the AllowUsersToChangePassword property for this object.
 Boolean isRequireLowercaseCharacters()
          Returns the value of the RequireLowercaseCharacters property for this object.
 Boolean isRequireNumbers()
          Returns the value of the RequireNumbers property for this object.
 Boolean isRequireSymbols()
          Returns the value of the RequireSymbols property for this object.
 Boolean isRequireUppercaseCharacters()
          Returns the value of the RequireUppercaseCharacters property for this object.
 void setAllowUsersToChangePassword(Boolean allowUsersToChangePassword)
          Sets the value of the AllowUsersToChangePassword property for this object.
 void setMinimumPasswordLength(Integer minimumPasswordLength)
          Sets the value of the MinimumPasswordLength property for this object.
 void setRequireLowercaseCharacters(Boolean requireLowercaseCharacters)
          Sets the value of the RequireLowercaseCharacters property for this object.
 void setRequireNumbers(Boolean requireNumbers)
          Sets the value of the RequireNumbers property for this object.
 void setRequireSymbols(Boolean requireSymbols)
          Sets the value of the RequireSymbols property for this object.
 void setRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
          Sets the value of the RequireUppercaseCharacters property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdateAccountPasswordPolicyRequest withAllowUsersToChangePassword(Boolean allowUsersToChangePassword)
          Sets the value of the AllowUsersToChangePassword property for this object.
 UpdateAccountPasswordPolicyRequest withMinimumPasswordLength(Integer minimumPasswordLength)
          Sets the value of the MinimumPasswordLength property for this object.
 UpdateAccountPasswordPolicyRequest withRequireLowercaseCharacters(Boolean requireLowercaseCharacters)
          Sets the value of the RequireLowercaseCharacters property for this object.
 UpdateAccountPasswordPolicyRequest withRequireNumbers(Boolean requireNumbers)
          Sets the value of the RequireNumbers property for this object.
 UpdateAccountPasswordPolicyRequest withRequireSymbols(Boolean requireSymbols)
          Sets the value of the RequireSymbols property for this object.
 UpdateAccountPasswordPolicyRequest withRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
          Sets the value of the RequireUppercaseCharacters property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateAccountPasswordPolicyRequest

public UpdateAccountPasswordPolicyRequest()
Method Detail

getMinimumPasswordLength

public Integer getMinimumPasswordLength()
Returns the value of the MinimumPasswordLength property for this object.

Constraints:
Range: 6 - 128

Returns:
The value of the MinimumPasswordLength property for this object.

setMinimumPasswordLength

public void setMinimumPasswordLength(Integer minimumPasswordLength)
Sets the value of the MinimumPasswordLength property for this object.

Constraints:
Range: 6 - 128

Parameters:
minimumPasswordLength - The new value for the MinimumPasswordLength property for this object.

withMinimumPasswordLength

public UpdateAccountPasswordPolicyRequest withMinimumPasswordLength(Integer minimumPasswordLength)
Sets the value of the MinimumPasswordLength property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Range: 6 - 128

Parameters:
minimumPasswordLength - The new value for the MinimumPasswordLength property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

isRequireSymbols

public Boolean isRequireSymbols()
Returns the value of the RequireSymbols property for this object.

Returns:
The value of the RequireSymbols property for this object.

setRequireSymbols

public void setRequireSymbols(Boolean requireSymbols)
Sets the value of the RequireSymbols property for this object.

Parameters:
requireSymbols - The new value for the RequireSymbols property for this object.

withRequireSymbols

public UpdateAccountPasswordPolicyRequest withRequireSymbols(Boolean requireSymbols)
Sets the value of the RequireSymbols property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
requireSymbols - The new value for the RequireSymbols property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getRequireSymbols

public Boolean getRequireSymbols()
Returns the value of the RequireSymbols property for this object.

Returns:
The value of the RequireSymbols property for this object.

isRequireNumbers

public Boolean isRequireNumbers()
Returns the value of the RequireNumbers property for this object.

Returns:
The value of the RequireNumbers property for this object.

setRequireNumbers

public void setRequireNumbers(Boolean requireNumbers)
Sets the value of the RequireNumbers property for this object.

Parameters:
requireNumbers - The new value for the RequireNumbers property for this object.

withRequireNumbers

public UpdateAccountPasswordPolicyRequest withRequireNumbers(Boolean requireNumbers)
Sets the value of the RequireNumbers property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
requireNumbers - The new value for the RequireNumbers property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getRequireNumbers

public Boolean getRequireNumbers()
Returns the value of the RequireNumbers property for this object.

Returns:
The value of the RequireNumbers property for this object.

isRequireUppercaseCharacters

public Boolean isRequireUppercaseCharacters()
Returns the value of the RequireUppercaseCharacters property for this object.

Returns:
The value of the RequireUppercaseCharacters property for this object.

setRequireUppercaseCharacters

public void setRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
Sets the value of the RequireUppercaseCharacters property for this object.

Parameters:
requireUppercaseCharacters - The new value for the RequireUppercaseCharacters property for this object.

withRequireUppercaseCharacters

public UpdateAccountPasswordPolicyRequest withRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
Sets the value of the RequireUppercaseCharacters property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
requireUppercaseCharacters - The new value for the RequireUppercaseCharacters property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getRequireUppercaseCharacters

public Boolean getRequireUppercaseCharacters()
Returns the value of the RequireUppercaseCharacters property for this object.

Returns:
The value of the RequireUppercaseCharacters property for this object.

isRequireLowercaseCharacters

public Boolean isRequireLowercaseCharacters()
Returns the value of the RequireLowercaseCharacters property for this object.

Returns:
The value of the RequireLowercaseCharacters property for this object.

setRequireLowercaseCharacters

public void setRequireLowercaseCharacters(Boolean requireLowercaseCharacters)
Sets the value of the RequireLowercaseCharacters property for this object.

Parameters:
requireLowercaseCharacters - The new value for the RequireLowercaseCharacters property for this object.

withRequireLowercaseCharacters

public UpdateAccountPasswordPolicyRequest withRequireLowercaseCharacters(Boolean requireLowercaseCharacters)
Sets the value of the RequireLowercaseCharacters property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
requireLowercaseCharacters - The new value for the RequireLowercaseCharacters property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getRequireLowercaseCharacters

public Boolean getRequireLowercaseCharacters()
Returns the value of the RequireLowercaseCharacters property for this object.

Returns:
The value of the RequireLowercaseCharacters property for this object.

isAllowUsersToChangePassword

public Boolean isAllowUsersToChangePassword()
Returns the value of the AllowUsersToChangePassword property for this object.

Returns:
The value of the AllowUsersToChangePassword property for this object.

setAllowUsersToChangePassword

public void setAllowUsersToChangePassword(Boolean allowUsersToChangePassword)
Sets the value of the AllowUsersToChangePassword property for this object.

Parameters:
allowUsersToChangePassword - The new value for the AllowUsersToChangePassword property for this object.

withAllowUsersToChangePassword

public UpdateAccountPasswordPolicyRequest withAllowUsersToChangePassword(Boolean allowUsersToChangePassword)
Sets the value of the AllowUsersToChangePassword property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
allowUsersToChangePassword - The new value for the AllowUsersToChangePassword property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getAllowUsersToChangePassword

public Boolean getAllowUsersToChangePassword()
Returns the value of the AllowUsersToChangePassword property for this object.

Returns:
The value of the AllowUsersToChangePassword property for this object.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.