UpdateServiceAccessPoliciesResult instead.@Deprecated public class UpdateServiceAccessPoliciesResult extends Object implements Serializable
A response message that contains the status of updated access policies.
| Constructor and Description |
|---|
UpdateServiceAccessPoliciesResult()
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.
|
UpdateServiceAccessPoliciesResult |
withAccessPolicies(AccessPoliciesStatus accessPolicies)
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
public UpdateServiceAccessPoliciesResult()
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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.