Class DescribeServiceAccessPoliciesResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DescribeServiceAccessPoliciesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a DescribeServiceAccessPolicies
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withAccessPolicies
(AccessPoliciesStatus accessPolicies) The access rules configured for the domain specified in the request.
-
Constructor Details
-
DescribeServiceAccessPoliciesResult
public DescribeServiceAccessPoliciesResult()
-
-
Method Details
-
setAccessPolicies
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
The access rules configured for the domain specified in the request.
- Returns:
- The access rules configured for the domain specified in the request.
-
withAccessPolicies
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-