public class DescribeServiceAccessPoliciesResult
extends java.lang.Object
implements java.io.Serializable
A response message that contains the access policies for a domain.
| コンストラクタと説明 |
|---|
DescribeServiceAccessPoliciesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.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. |
java.lang.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. |
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object