Class GetAccountPasswordPolicyResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetAccountPasswordPolicyResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetAccountPasswordPolicy request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setPasswordPolicy
(PasswordPolicy passwordPolicy) toString()
Returns a string representation of this object; useful for testing and debugging.withPasswordPolicy
(PasswordPolicy passwordPolicy)
-
Constructor Details
-
GetAccountPasswordPolicyResult
public GetAccountPasswordPolicyResult()
-
-
Method Details
-
setPasswordPolicy
- Parameters:
passwordPolicy
-
-
getPasswordPolicy
- Returns:
-
withPasswordPolicy
- Parameters:
passwordPolicy
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-