DescribeServiceAccessPoliciesResult
instead.@Deprecated public class DescribeServiceAccessPoliciesResult extends Object implements Serializable
A response message that contains the access policies for a domain.
Constructor and Description |
---|
DescribeServiceAccessPoliciesResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
AccessPoliciesStatus |
getAccessPolicies()
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
int |
hashCode()
Deprecated.
|
void |
setAccessPolicies(AccessPoliciesStatus accessPolicies)
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeServiceAccessPoliciesResult |
withAccessPolicies(AccessPoliciesStatus accessPolicies)
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
public DescribeServiceAccessPoliciesResult()
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 Object
Object.toString()
Copyright © 2015. All rights reserved.