public class UpdateServiceAccessPoliciesResult extends Object implements Serializable, Cloneable
The result of an UpdateServiceAccessPolicies
request.
Contains the new access policies.
Constructor and Description |
---|
UpdateServiceAccessPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceAccessPoliciesResult |
clone() |
boolean |
equals(Object obj) |
AccessPoliciesStatus |
getAccessPolicies()
The access rules configured for the domain.
|
int |
hashCode() |
void |
setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
|
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.
|
public AccessPoliciesStatus getAccessPolicies()
public void setAccessPolicies(AccessPoliciesStatus accessPolicies)
accessPolicies
- The access rules configured for the domain.public UpdateServiceAccessPoliciesResult 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.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceAccessPoliciesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.