Class DescribeServiceAccessPoliciesResult
- java.lang.Object
-
- com.amazonaws.services.cloudsearchv2.model.DescribeServiceAccessPoliciesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeServiceAccessPoliciesResult extends Object implements Serializable, Cloneable
The result of a
DescribeServiceAccessPoliciesrequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeServiceAccessPoliciesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeServiceAccessPoliciesResultclone()booleanequals(Object obj)AccessPoliciesStatusgetAccessPolicies()The access rules configured for the domain specified in the request.inthashCode()voidsetAccessPolicies(AccessPoliciesStatus accessPolicies)The access rules configured for the domain specified in the request.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeServiceAccessPoliciesResultwithAccessPolicies(AccessPoliciesStatus accessPolicies)The access rules configured for the domain specified in the request.
-
-
-
Method Detail
-
setAccessPolicies
public void setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
- Parameters:
accessPolicies- The access rules configured for the domain specified in the request.
-
getAccessPolicies
public AccessPoliciesStatus getAccessPolicies()
The access rules configured for the domain specified in the request.
- Returns:
- The access rules configured for the domain specified in the request.
-
withAccessPolicies
public DescribeServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
- Parameters:
accessPolicies- The access rules configured for the domain specified in the request.- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeServiceAccessPoliciesResult clone()
-
-