|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.GetAccountPasswordPolicyResult
public class GetAccountPasswordPolicyResult
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 |
---|
public GetAccountPasswordPolicyResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |