@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElasticsearchDomainNodeToNodeEncryptionOptions extends Object implements Serializable, Cloneable, StructuredPojo
Details about the configuration for node-to-node encryption.
Constructor and Description |
---|
AwsElasticsearchDomainNodeToNodeEncryptionOptions() |
Modifier and Type | Method and Description |
---|---|
AwsElasticsearchDomainNodeToNodeEncryptionOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Whether node-to-node encryption is enabled.
|
int |
hashCode() |
Boolean |
isEnabled()
Whether node-to-node encryption is enabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
Whether node-to-node encryption is enabled.
|
String |
toString()
Returns a string representation of this object.
|
AwsElasticsearchDomainNodeToNodeEncryptionOptions |
withEnabled(Boolean enabled)
Whether node-to-node encryption is enabled.
|
public AwsElasticsearchDomainNodeToNodeEncryptionOptions()
public void setEnabled(Boolean enabled)
Whether node-to-node encryption is enabled.
enabled
- Whether node-to-node encryption is enabled.public Boolean getEnabled()
Whether node-to-node encryption is enabled.
public AwsElasticsearchDomainNodeToNodeEncryptionOptions withEnabled(Boolean enabled)
Whether node-to-node encryption is enabled.
enabled
- Whether node-to-node encryption is enabled.public Boolean isEnabled()
Whether node-to-node encryption is enabled.
public String toString()
toString
in class Object
Object.toString()
public AwsElasticsearchDomainNodeToNodeEncryptionOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.