@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerSideEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Server-side encryption configuration.
| Constructor and Description |
|---|
ServerSideEncryptionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryptionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyArn() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKmsKeyArn(String kmsKeyArn) |
String |
toString()
Returns a string representation of this object.
|
ServerSideEncryptionConfiguration |
withKmsKeyArn(String kmsKeyArn) |
public void setKmsKeyArn(String kmsKeyArn)
kmsKeyArn - public String getKmsKeyArn()
public ServerSideEncryptionConfiguration withKmsKeyArn(String kmsKeyArn)
kmsKeyArn - public String toString()
toString in class ObjectObject.toString()public ServerSideEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.