public class DescribeServiceAccessPoliciesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DescribeServiceAccessPolicies
request.
Modifier and Type | Field and Description |
---|---|
private AccessPoliciesStatus |
accessPolicies
The access rules configured for the domain specified in the request.
|
Constructor and Description |
---|
DescribeServiceAccessPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeServiceAccessPoliciesResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeServiceAccessPoliciesResult clone()
clone
in class java.lang.Object