Class GetIdentityPoliciesResult
java.lang.Object
com.amazonaws.services.simpleemail.model.GetIdentityPoliciesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPoliciesEntry
(String key, String value) Removes all the entries added into Policies.clone()
boolean
A map of policy names to policies.int
hashCode()
void
setPolicies
(Map<String, String> policies) A map of policy names to policies.toString()
Returns a string representation of this object; useful for testing and debugging.withPolicies
(Map<String, String> policies) A map of policy names to policies.
-
Constructor Details
-
GetIdentityPoliciesResult
public GetIdentityPoliciesResult()
-
-
Method Details
-
getPolicies
A map of policy names to policies.
- Returns:
- A map of policy names to policies.
-
setPolicies
A map of policy names to policies.
- Parameters:
policies
- A map of policy names to policies.
-
withPolicies
A map of policy names to policies.
- Parameters:
policies
- A map of policy names to policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addPoliciesEntry
-
clearPoliciesEntries
Removes all the entries added into Policies. <p> 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
-