public class GetAccountPasswordPolicyResult extends Object implements Serializable, Cloneable
Contains the response to a successful GetAccountPasswordPolicy request.
| Constructor and Description |
|---|
GetAccountPasswordPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAccountPasswordPolicyResult |
clone() |
boolean |
equals(Object obj) |
PasswordPolicy |
getPasswordPolicy()
Contains information about the account password policy.
|
int |
hashCode() |
void |
setPasswordPolicy(PasswordPolicy passwordPolicy)
Contains information about the account password policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAccountPasswordPolicyResult |
withPasswordPolicy(PasswordPolicy passwordPolicy)
Contains information about the account password policy.
|
public PasswordPolicy getPasswordPolicy()
This data type is used as a response element in the GetAccountPasswordPolicy action.
This data type is used as a response element in the GetAccountPasswordPolicy action.
public void setPasswordPolicy(PasswordPolicy passwordPolicy)
This data type is used as a response element in the GetAccountPasswordPolicy action.
passwordPolicy - Contains information about the account password policy. This data type is used as a response element in the GetAccountPasswordPolicy action.
public GetAccountPasswordPolicyResult withPasswordPolicy(PasswordPolicy passwordPolicy)
This data type is used as a response element in the GetAccountPasswordPolicy action.
Returns a reference to this object so that method calls can be chained together.
passwordPolicy - Contains information about the account password policy. This data type is used as a response element in the GetAccountPasswordPolicy action.
public String toString()
toString in class ObjectObject.toString()public GetAccountPasswordPolicyResult clone()
Copyright © 2015. All rights reserved.