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
DescribeServiceAccessPolicies
request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeServiceAccessPoliciesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeServiceAccessPoliciesResult
clone()
boolean
equals(Object obj)
AccessPoliciesStatus
getAccessPolicies()
The access rules configured for the domain specified in the request.int
hashCode()
void
setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeServiceAccessPoliciesResult
withAccessPolicies(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeServiceAccessPoliciesResult clone()
-
-