@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceAccessPoliciesResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
UpdateServiceAccessPoliciesResult |
withAccessPolicies (AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateServiceAccessPoliciesResult()
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 String toString()
toString in class Object Object.toString() public UpdateServiceAccessPoliciesResult clone()