@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 table.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SSESpecification |
withEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
|
public void setEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
enabled - Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.public Boolean getEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
public SSESpecification withEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
enabled - Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.public Boolean isEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
public String toString()
toString in class ObjectObject.toString()public SSESpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.