@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SseConfig extends Object implements Serializable, Cloneable, StructuredPojo
Server-side encryption (SSE) settings for a store.
Constructor and Description |
---|
SseConfig() |
Modifier and Type | Method and Description |
---|---|
SseConfig |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
An encryption key ARN.
|
String |
getType()
The encryption type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyArn(String keyArn)
An encryption key ARN.
|
void |
setType(String type)
The encryption type.
|
String |
toString()
Returns a string representation of this object.
|
SseConfig |
withKeyArn(String keyArn)
An encryption key ARN.
|
SseConfig |
withType(EncryptionType type)
The encryption type.
|
SseConfig |
withType(String type)
The encryption type.
|
public void setType(String type)
The encryption type.
type
- The encryption type.EncryptionType
public String getType()
The encryption type.
EncryptionType
public SseConfig withType(String type)
The encryption type.
type
- The encryption type.EncryptionType
public SseConfig withType(EncryptionType type)
The encryption type.
type
- The encryption type.EncryptionType
public void setKeyArn(String keyArn)
An encryption key ARN.
keyArn
- An encryption key ARN.public String getKeyArn()
An encryption key ARN.
public SseConfig withKeyArn(String keyArn)
An encryption key ARN.
keyArn
- An encryption key ARN.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.