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()booleanThe access rules configured for the domain.inthashCode()voidsetAccessPolicies(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
-
equals
-
hashCode
-
clone
-