Class ListIdentityPoliciesResult
java.lang.Object
com.amazonaws.services.simpleemail.model.ListIdentityPoliciesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of names of policies that apply to the specified identity.int
hashCode()
void
setPolicyNames
(Collection<String> policyNames) A list of names of policies that apply to the specified identity.toString()
Returns a string representation of this object; useful for testing and debugging.withPolicyNames
(String... policyNames) A list of names of policies that apply to the specified identity.withPolicyNames
(Collection<String> policyNames) A list of names of policies that apply to the specified identity.
-
Constructor Details
-
ListIdentityPoliciesResult
public ListIdentityPoliciesResult()
-
-
Method Details
-
getPolicyNames
A list of names of policies that apply to the specified identity.
- Returns:
- A list of names of policies that apply to the specified identity.
-
setPolicyNames
A list of names of policies that apply to the specified identity.
- Parameters:
policyNames
- A list of names of policies that apply to the specified identity.
-
withPolicyNames
A list of names of policies that apply to the specified identity.
NOTE: This method appends the values to the existing list (if any). Use
setPolicyNames(java.util.Collection)
orwithPolicyNames(java.util.Collection)
if you want to override the existing values.- Parameters:
policyNames
- A list of names of policies that apply to the specified identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPolicyNames
A list of names of policies that apply to the specified identity.
- Parameters:
policyNames
- A list of names of policies that apply to the specified identity.- 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
-