public class UpdateServiceAccessPoliciesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of an UpdateServiceAccessPolicies
request. Contains
the new access policies.
Modifier and Type | Field and Description |
---|---|
private AccessPoliciesStatus |
accessPolicies
The access rules configured for the domain.
|
Constructor and Description |
---|
UpdateServiceAccessPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceAccessPoliciesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
AccessPoliciesStatus |
getAccessPolicies()
The access rules configured for the domain.
|
int |
hashCode() |
void |
setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateServiceAccessPoliciesResult |
withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
|
private AccessPoliciesStatus accessPolicies
The access rules configured for the domain.
public void setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
accessPolicies
- The access rules configured for the domain.public AccessPoliciesStatus getAccessPolicies()
The access rules configured for the domain.
public UpdateServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
accessPolicies
- The access rules configured for the domain.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 UpdateServiceAccessPoliciesResult clone()
clone
in class java.lang.Object