com.amazonaws.services.identitymanagement.model
Class GetAccountPasswordPolicyResult

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

public class GetAccountPasswordPolicyResult
extends Object

Get Account Password Policy Result


Constructor Summary
GetAccountPasswordPolicyResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 PasswordPolicy getPasswordPolicy()
          Returns the value of the PasswordPolicy property for this object.
 int hashCode()
           
 void setPasswordPolicy(PasswordPolicy passwordPolicy)
          Sets the value of the PasswordPolicy property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetAccountPasswordPolicyResult withPasswordPolicy(PasswordPolicy passwordPolicy)
          Sets the value of the PasswordPolicy property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAccountPasswordPolicyResult

public GetAccountPasswordPolicyResult()
Method Detail

getPasswordPolicy

public PasswordPolicy getPasswordPolicy()
Returns the value of the PasswordPolicy property for this object.

Returns:
The value of the PasswordPolicy property for this object.

setPasswordPolicy

public void setPasswordPolicy(PasswordPolicy passwordPolicy)
Sets the value of the PasswordPolicy property for this object.

Parameters:
passwordPolicy - The new value for the PasswordPolicy property for this object.

withPasswordPolicy

public GetAccountPasswordPolicyResult withPasswordPolicy(PasswordPolicy passwordPolicy)
Sets the value of the PasswordPolicy property for this object.

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

Parameters:
passwordPolicy - The new value for the PasswordPolicy property for this object.
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.