com.amazonaws.services.cloudsearchv2.model
Class DescribeServiceAccessPoliciesResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearchv2.model.DescribeServiceAccessPoliciesResult
All Implemented Interfaces:
Serializable

public class DescribeServiceAccessPoliciesResult
extends Object
implements Serializable

The result of a DescribeServiceAccessPolicies request.

See Also:
Serialized Form

Constructor Summary
DescribeServiceAccessPoliciesResult()
           
 
Method Summary
 boolean equals(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.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeServiceAccessPoliciesResult

public DescribeServiceAccessPoliciesResult()
Method Detail

getAccessPolicies

public AccessPoliciesStatus getAccessPolicies()
The access rules configured for the domain specified in the request.

Returns:
The access rules configured for the domain specified in the request.

setAccessPolicies

public void setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.

Parameters:
accessPolicies - The access rules configured for the domain specified in the request.

withAccessPolicies

public DescribeServiceAccessPoliciesResult withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.

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

Parameters:
accessPolicies - The access rules configured for the domain specified in the request.
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 © 2016. All rights reserved.