@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SSESpecification extends Object implements Serializable, Cloneable, StructuredPojo
Represents the settings used to enable server-side encryption.
| Constructor and Description |
|---|
SSESpecification() |
| Modifier and Type | Method and Description |
|---|---|
SSESpecification |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
String |
toString()
Returns a string representation of this object.
|
SSESpecification |
withEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
public void setEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
enabled - Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.public Boolean getEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
public SSESpecification withEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
enabled - Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.public Boolean isEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
public String toString()
toString in class ObjectObject.toString()public SSESpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.