@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 domain.
| Constructor and Description | 
|---|
NodeToNodeEncryptionOptionsStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeToNodeEncryptionOptionsStatus | 
clone()  | 
boolean | 
equals(Object obj)  | 
NodeToNodeEncryptionOptions | 
getOptions()
 The node-to-node encryption options for the specified domain. 
 | 
OptionStatus | 
getStatus()
 The status of the node-to-node encryption options for the specified domain. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)  | 
void | 
setOptions(NodeToNodeEncryptionOptions options)
 The node-to-node encryption options for the specified domain. 
 | 
void | 
setStatus(OptionStatus status)
 The status of the node-to-node encryption options for the specified domain. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
NodeToNodeEncryptionOptionsStatus | 
withOptions(NodeToNodeEncryptionOptions options)
 The node-to-node encryption options for the specified domain. 
 | 
NodeToNodeEncryptionOptionsStatus | 
withStatus(OptionStatus status)
 The status of the node-to-node encryption options for the specified domain. 
 | 
public void setOptions(NodeToNodeEncryptionOptions options)
The node-to-node encryption options for the specified domain.
options - The node-to-node encryption options for the specified domain.public NodeToNodeEncryptionOptions getOptions()
The node-to-node encryption options for the specified domain.
public NodeToNodeEncryptionOptionsStatus withOptions(NodeToNodeEncryptionOptions options)
The node-to-node encryption options for the specified domain.
options - The node-to-node encryption options for the specified domain.public void setStatus(OptionStatus status)
The status of the node-to-node encryption options for the specified domain.
status - The status of the node-to-node encryption options for the specified domain.public OptionStatus getStatus()
The status of the node-to-node encryption options for the specified domain.
public NodeToNodeEncryptionOptionsStatus withStatus(OptionStatus status)
The status of the node-to-node encryption options for the specified domain.
status - The status of the node-to-node encryption options for the specified domain.public String toString()
toString in class ObjectObject.toString()public NodeToNodeEncryptionOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.