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()booleanThe 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.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
-
equals
-
hashCode
-
clone
-