@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessPoliciesStatus extends Object implements Serializable, Cloneable, StructuredPojo
The configured access rules for the domain's search endpoint, and the current status of those rules.
| Constructor and Description |
|---|
AccessPoliciesStatus() |
| Modifier and Type | Method and Description |
|---|---|
AccessPoliciesStatus |
clone() |
boolean |
equals(Object obj) |
String |
getOptions()
The access policy configured for the domain.
|
OptionStatus |
getStatus()
The status of the access policy for the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOptions(String options)
The access policy configured for the domain.
|
void |
setStatus(OptionStatus status)
The status of the access policy for the domain.
|
String |
toString()
Returns a string representation of this object.
|
AccessPoliciesStatus |
withOptions(String options)
The access policy configured for the domain.
|
AccessPoliciesStatus |
withStatus(OptionStatus status)
The status of the access policy for the domain.
|
public void setOptions(String options)
The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see Configuring access policies.
options - The access policy configured for the domain. Access policies can be resource-based, IP-based, or
IAM-based. For more information, see Configuring access policies.public String getOptions()
The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see Configuring access policies.
public AccessPoliciesStatus withOptions(String options)
The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see Configuring access policies.
options - The access policy configured for the domain. Access policies can be resource-based, IP-based, or
IAM-based. For more information, see Configuring access policies.public void setStatus(OptionStatus status)
The status of the access policy for the domain.
status - The status of the access policy for the domain.public OptionStatus getStatus()
The status of the access policy for the domain.
public AccessPoliciesStatus withStatus(OptionStatus status)
The status of the access policy for the domain.
status - The status of the access policy for the domain.public String toString()
toString in class ObjectObject.toString()public AccessPoliciesStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.