com.amazonaws.services.cloudsearchv2.model
Class AccessPoliciesStatus

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

public class AccessPoliciesStatus
extends Object
implements Serializable

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

See Also:
Serialized Form

Constructor Summary
AccessPoliciesStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getOptions()
          Access rules for a domain's document or search service endpoints.
 OptionStatus getStatus()
          The status of domain configuration option.
 int hashCode()
           
 void setOptions(String options)
          Access rules for a domain's document or search service endpoints.
 void setStatus(OptionStatus status)
          The status of domain configuration option.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AccessPoliciesStatus withOptions(String options)
          Access rules for a domain's document or search service endpoints.
 AccessPoliciesStatus withStatus(OptionStatus status)
          The status of domain configuration option.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessPoliciesStatus

public AccessPoliciesStatus()
Method Detail

getOptions

public String getOptions()
Access rules for a domain's document or search service endpoints. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide. The maximum size of a policy document is 100 KB.

Returns:
Access rules for a domain's document or search service endpoints. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide. The maximum size of a policy document is 100 KB.

setOptions

public void setOptions(String options)
Access rules for a domain's document or search service endpoints. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide. The maximum size of a policy document is 100 KB.

Parameters:
options - Access rules for a domain's document or search service endpoints. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide. The maximum size of a policy document is 100 KB.

withOptions

public AccessPoliciesStatus withOptions(String options)
Access rules for a domain's document or search service endpoints. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide. The maximum size of a policy document is 100 KB.

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

Parameters:
options - Access rules for a domain's document or search service endpoints. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide. The maximum size of a policy document is 100 KB.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public OptionStatus getStatus()
The status of domain configuration option.

Returns:
The status of domain configuration option.

setStatus

public void setStatus(OptionStatus status)
The status of domain configuration option.

Parameters:
status - The status of domain configuration option.

withStatus

public AccessPoliciesStatus withStatus(OptionStatus status)
The status of domain configuration option.

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

Parameters:
status - The status of domain configuration option.
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.