|
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.UpdateServiceAccessPoliciesResult
public class UpdateServiceAccessPoliciesResult
A response message that contains the status of updated access policies.
Constructor Summary | |
---|---|
UpdateServiceAccessPoliciesResult()
|
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. |
UpdateServiceAccessPoliciesResult |
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 UpdateServiceAccessPoliciesResult()
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 UpdateServiceAccessPoliciesResult 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |