Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class GetAccountPasswordPolicyResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetAccountPasswordPolicyResult

public class GetAccountPasswordPolicyResult
extends Object

Contains the result of a successful invocation of the GetAccountPasswordPolicy action.


Constructor Summary
GetAccountPasswordPolicyResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAccountPasswordPolicyResult

public GetAccountPasswordPolicyResult()
Method Detail

getPasswordPolicy

public PasswordPolicy getPasswordPolicy()
The PasswordPolicy data type contains information about the account password policy.

This data type is used as a response element in the action GetAccountPasswordPolicy.

Returns:
The PasswordPolicy data type contains information about the account password policy.

This data type is used as a response element in the action GetAccountPasswordPolicy.


setPasswordPolicy

public void setPasswordPolicy(PasswordPolicy 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.

Parameters:
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.


withPasswordPolicy

public GetAccountPasswordPolicyResult withPasswordPolicy(PasswordPolicy 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.

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

Parameters:
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.

Returns:
A reference to this updated object so that method calls can be chained together.

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.