Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class UpdateServiceAccessPoliciesResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.UpdateServiceAccessPoliciesResult
All Implemented Interfaces:
Serializable

public class UpdateServiceAccessPoliciesResult
extends Object
implements Serializable

A response message that contains the status of updated access policies.

See Also:
Serialized Form

Constructor Summary
UpdateServiceAccessPoliciesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 AccessPoliciesStatus getAccessPolicies()
          A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.
 int hashCode()
           
 void setAccessPolicies(AccessPoliciesStatus accessPolicies)
          A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdateServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
          A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateServiceAccessPoliciesResult

public UpdateServiceAccessPoliciesResult()
Method Detail

getAccessPolicies

public AccessPoliciesStatus getAccessPolicies()
A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.

Returns:
A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.

setAccessPolicies

public void setAccessPolicies(AccessPoliciesStatus accessPolicies)
A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.

Parameters:
accessPolicies - A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.

withAccessPolicies

public UpdateServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.

Returns a reference to this object so that method calls can be chained together.

Parameters:
accessPolicies - A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.