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 void setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
accessPolicies
- The access rules configured for the domain specified in the
request.public AccessPoliciesStatus getAccessPolicies()
The access rules configured for the domain specified in the request.
public DescribeServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
accessPolicies
- The access rules configured for the domain specified in the
request.public String toString()
toString
in class Object
Object.toString()
public DescribeServiceAccessPoliciesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.