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