public class DescribeServiceAccessPoliciesResult extends Object implements Serializable, Cloneable
The result of a DescribeServiceAccessPolicies request.
| Constructor and Description |
|---|
DescribeServiceAccessPoliciesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceAccessPoliciesResult |
clone() |
boolean |
equals(Object obj) |
AccessPoliciesStatus |
getAccessPolicies()
The access rules configured for the domain specified in the request.
|
int |
hashCode() |
void |
setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeServiceAccessPoliciesResult |
withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
|
public AccessPoliciesStatus getAccessPolicies()
public void setAccessPolicies(AccessPoliciesStatus accessPolicies)
accessPolicies - The access rules configured for the domain specified in the request.public DescribeServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
Returns a reference to this object so that method calls can be chained together.
accessPolicies - The access rules configured for the domain specified in the request.public String toString()
toString in class ObjectObject.toString()public DescribeServiceAccessPoliciesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.