|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.AccessPoliciesStatus
public class AccessPoliciesStatus
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
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 |
---|
public AccessPoliciesStatus()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |