|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudsearch.model.DescribeServiceAccessPoliciesResult
public class DescribeServiceAccessPoliciesResult
A response message that contains the access policies for a domain.
| Constructor Summary | |
|---|---|
DescribeServiceAccessPoliciesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
AccessPoliciesStatus |
getAccessPolicies()
A PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
int |
hashCode()
|
void |
setAccessPolicies(AccessPoliciesStatus accessPolicies)
A PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeServiceAccessPoliciesResult |
withAccessPolicies(AccessPoliciesStatus accessPolicies)
A PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeServiceAccessPoliciesResult()
| Method Detail |
|---|
public AccessPoliciesStatus getAccessPolicies()
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies.
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies.public void setAccessPolicies(AccessPoliciesStatus accessPolicies)
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies.
accessPolicies - A PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies.public DescribeServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies.
Returns a reference to this object so that method calls can be chained together.
accessPolicies - A PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||