@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 document and search endpoints, 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. See Configuring access policiesfor more information.
options
- The access policy configured for the domain. Access policies can be resource-based, IP-based, or
IAM-based. See Configuring access policiesfor more information.public String getOptions()
The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. See Configuring access policiesfor more information.
public AccessPoliciesStatus withOptions(String options)
The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. See Configuring access policiesfor more information.
options
- The access policy configured for the domain. Access policies can be resource-based, IP-based, or
IAM-based. See Configuring access policiesfor more information.public void setStatus(OptionStatus status)
The status of the access policy for the domain. See OptionStatus
for the status information that's
included.
status
- The status of the access policy for the domain. See OptionStatus
for the status information
that's included.public OptionStatus getStatus()
The status of the access policy for the domain. See OptionStatus
for the status information that's
included.
OptionStatus
for the status information
that's included.public AccessPoliciesStatus withStatus(OptionStatus status)
The status of the access policy for the domain. See OptionStatus
for the status information that's
included.
status
- The status of the access policy for the domain. See OptionStatus
for the status information
that's included.public String toString()
toString
in class Object
Object.toString()
public AccessPoliciesStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.