@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountPasswordPolicyResult extends AmazonWebServiceResult<ResponseMetadata> 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()
A structure that contains details about the account's password policy.
|
int |
hashCode() |
void |
setPasswordPolicy(PasswordPolicy passwordPolicy)
A structure that contains details about the account's password policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAccountPasswordPolicyResult |
withPasswordPolicy(PasswordPolicy passwordPolicy)
A structure that contains details about the account's password policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPasswordPolicy(PasswordPolicy passwordPolicy)
A structure that contains details about the account's password policy.
passwordPolicy
- A structure that contains details about the account's password policy.public PasswordPolicy getPasswordPolicy()
A structure that contains details about the account's password policy.
public GetAccountPasswordPolicyResult withPasswordPolicy(PasswordPolicy passwordPolicy)
A structure that contains details about the account's password policy.
passwordPolicy
- A structure that contains details about the account's password policy.public String toString()
toString
in class Object
Object.toString()
public GetAccountPasswordPolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.