|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.UpdateAccountPasswordPolicyRequest
public class UpdateAccountPasswordPolicyRequest
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 .
AmazonIdentityManagement.updateAccountPasswordPolicy(UpdateAccountPasswordPolicyRequest)
,
Serialized FormConstructor 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 |
---|
public UpdateAccountPasswordPolicyRequest()
Method Detail |
---|
public Integer getMinimumPasswordLength()
Constraints:
Range: 6 - 128
public void setMinimumPasswordLength(Integer minimumPasswordLength)
Constraints:
Range: 6 - 128
minimumPasswordLength
- The new value for the MinimumPasswordLength property for this object.public UpdateAccountPasswordPolicyRequest withMinimumPasswordLength(Integer minimumPasswordLength)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 6 - 128
minimumPasswordLength
- The new value for the MinimumPasswordLength property for this object.
public Boolean isRequireSymbols()
public void setRequireSymbols(Boolean requireSymbols)
requireSymbols
- The new value for the RequireSymbols property for this object.public UpdateAccountPasswordPolicyRequest withRequireSymbols(Boolean requireSymbols)
Returns a reference to this object so that method calls can be chained together.
requireSymbols
- The new value for the RequireSymbols property for this object.
public Boolean getRequireSymbols()
public Boolean isRequireNumbers()
public void setRequireNumbers(Boolean requireNumbers)
requireNumbers
- The new value for the RequireNumbers property for this object.public UpdateAccountPasswordPolicyRequest withRequireNumbers(Boolean requireNumbers)
Returns a reference to this object so that method calls can be chained together.
requireNumbers
- The new value for the RequireNumbers property for this object.
public Boolean getRequireNumbers()
public Boolean isRequireUppercaseCharacters()
public void setRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
requireUppercaseCharacters
- The new value for the RequireUppercaseCharacters property for this
object.public UpdateAccountPasswordPolicyRequest withRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
Returns a reference to this object so that method calls can be chained together.
requireUppercaseCharacters
- The new value for the RequireUppercaseCharacters property for this
object.
public Boolean getRequireUppercaseCharacters()
public Boolean isRequireLowercaseCharacters()
public void setRequireLowercaseCharacters(Boolean requireLowercaseCharacters)
requireLowercaseCharacters
- The new value for the RequireLowercaseCharacters property for this
object.public UpdateAccountPasswordPolicyRequest withRequireLowercaseCharacters(Boolean requireLowercaseCharacters)
Returns a reference to this object so that method calls can be chained together.
requireLowercaseCharacters
- The new value for the RequireLowercaseCharacters property for this
object.
public Boolean getRequireLowercaseCharacters()
public Boolean isAllowUsersToChangePassword()
public void setAllowUsersToChangePassword(Boolean allowUsersToChangePassword)
allowUsersToChangePassword
- The new value for the AllowUsersToChangePassword property for this
object.public UpdateAccountPasswordPolicyRequest withAllowUsersToChangePassword(Boolean allowUsersToChangePassword)
Returns a reference to this object so that method calls can be chained together.
allowUsersToChangePassword
- The new value for the AllowUsersToChangePassword property for this
object.
public Boolean getAllowUsersToChangePassword()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |