@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeToNodeEncryptionOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Status of the node-to-node encryption options for the specified Elasticsearch domain.
| Constructor and Description | 
|---|
| NodeToNodeEncryptionOptionsStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeToNodeEncryptionOptionsStatus | clone() | 
| boolean | equals(Object obj) | 
| NodeToNodeEncryptionOptions | getOptions()
 Specifies the node-to-node encryption options for the specified Elasticsearch domain. | 
| OptionStatus | getStatus()
 Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setOptions(NodeToNodeEncryptionOptions options)
 Specifies the node-to-node encryption options for the specified Elasticsearch domain. | 
| void | setStatus(OptionStatus status)
 Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain. | 
| String | toString()Returns a string representation of this object. | 
| NodeToNodeEncryptionOptionsStatus | withOptions(NodeToNodeEncryptionOptions options)
 Specifies the node-to-node encryption options for the specified Elasticsearch domain. | 
| NodeToNodeEncryptionOptionsStatus | withStatus(OptionStatus status)
 Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain. | 
public void setOptions(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
options - Specifies the node-to-node encryption options for the specified Elasticsearch domain.public NodeToNodeEncryptionOptions getOptions()
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
public NodeToNodeEncryptionOptionsStatus withOptions(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
options - Specifies the node-to-node encryption options for the specified Elasticsearch domain.public void setStatus(OptionStatus status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
status - Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.public OptionStatus getStatus()
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
public NodeToNodeEncryptionOptionsStatus withStatus(OptionStatus status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
status - Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.public String toString()
toString in class ObjectObject.toString()public NodeToNodeEncryptionOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.