@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageLensDataExportEncryption extends Object implements Serializable, Cloneable
A container for the encryption of the S3 Storage Lens metrics exports.
Constructor and Description |
---|
StorageLensDataExportEncryption() |
Modifier and Type | Method and Description |
---|---|
StorageLensDataExportEncryption |
clone() |
boolean |
equals(Object obj) |
SSEKMS |
getSSEKMS()
|
SSES3 |
getSSES3()
|
int |
hashCode() |
void |
setSSEKMS(SSEKMS sSEKMS)
|
void |
setSSES3(SSES3 sSES3)
|
String |
toString()
Returns a string representation of this object.
|
StorageLensDataExportEncryption |
withSSEKMS(SSEKMS sSEKMS)
|
StorageLensDataExportEncryption |
withSSES3(SSES3 sSES3)
|
public void setSSES3(SSES3 sSES3)
sSES3
- public SSES3 getSSES3()
public StorageLensDataExportEncryption withSSES3(SSES3 sSES3)
sSES3
- public void setSSEKMS(SSEKMS sSEKMS)
sSEKMS
- public SSEKMS getSSEKMS()
public StorageLensDataExportEncryption withSSEKMS(SSEKMS sSEKMS)
sSEKMS
- public String toString()
toString
in class Object
Object.toString()
public StorageLensDataExportEncryption clone()