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.
Constructor and Description |
---|
AccessPoliciesStatus() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getOptions()
public void setOptions(String options)
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.public AccessPoliciesStatus withOptions(String options)
Returns a reference to this object so that method calls can be chained together.
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.public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of domain configuration option.public AccessPoliciesStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of domain configuration option.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.