public class GetAccountPasswordPolicyResult extends Object implements Serializable
Contains the result of a successful invocation of the GetAccountPasswordPolicy action.
Constructor and Description |
---|
GetAccountPasswordPolicyResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
PasswordPolicy |
getPasswordPolicy()
The PasswordPolicy data type contains information about the account
password policy.
|
int |
hashCode() |
void |
setPasswordPolicy(PasswordPolicy passwordPolicy)
The PasswordPolicy data type 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)
The PasswordPolicy data type contains information about the account
password policy.
|
public PasswordPolicy getPasswordPolicy()
This data type is used as a response element in the action GetAccountPasswordPolicy.
This data type is used as a response element in the action GetAccountPasswordPolicy.
public void setPasswordPolicy(PasswordPolicy passwordPolicy)
This data type is used as a response element in the action GetAccountPasswordPolicy.
passwordPolicy
- The PasswordPolicy data type contains information about the account
password policy. This data type is used as a response element in the action GetAccountPasswordPolicy.
public GetAccountPasswordPolicyResult withPasswordPolicy(PasswordPolicy passwordPolicy)
This data type is used as a response element in the action GetAccountPasswordPolicy.
Returns a reference to this object so that method calls can be chained together.
passwordPolicy
- The PasswordPolicy data type contains information about the account
password policy. This data type is used as a response element in the action GetAccountPasswordPolicy.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.