@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 Elasticsearch domain.
|
OptionStatus |
getStatus()
The status of the access policy for the Elasticsearch 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 Elasticsearch domain.
|
void |
setStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AccessPoliciesStatus |
withOptions(String options)
The access policy configured for the Elasticsearch domain.
|
AccessPoliciesStatus |
withStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
public void setOptions(String options)
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
options
- The access policy configured for the Elasticsearch domain. Access policies may be resource-based,
IP-based, or IAM-based. See Configuring Access Policiesfor more information.public String getOptions()
The access policy configured for the Elasticsearch domain. Access policies may 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 Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
options
- The access policy configured for the Elasticsearch domain. Access policies may 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 Elasticsearch domain. See OptionStatus
for the status
information that's included.
status
- The status of the access policy for the Elasticsearch domain. See OptionStatus
for the status
information that's included.public OptionStatus getStatus()
The status of the access policy for the Elasticsearch 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 Elasticsearch domain. See OptionStatus
for the status
information that's included.
status
- The status of the access policy for the Elasticsearch 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.