@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the configuration for node-to-node encryption.
| Constructor and Description | 
|---|
AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails | 
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. 
 | 
AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails | 
withEnabled(Boolean enabled)
 Whether node-to-node encryption is enabled. 
 | 
public AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails()
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 AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails 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 ObjectObject.toString()public AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.