@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionConfig extends Object implements Serializable, Cloneable, StructuredPojo
The encryption configuration.
| Constructor and Description |
|---|
EncryptionConfig() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig |
clone() |
boolean |
equals(Object obj) |
String |
getEncryptionType()
The type of encryption.
|
String |
getKeyId()
The identifier of the encryption key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEncryptionType(String encryptionType)
The type of encryption.
|
void |
setKeyId(String keyId)
The identifier of the encryption key.
|
String |
toString()
Returns a string representation of this object.
|
EncryptionConfig |
withEncryptionType(EncryptionType encryptionType)
The type of encryption.
|
EncryptionConfig |
withEncryptionType(String encryptionType)
The type of encryption.
|
EncryptionConfig |
withKeyId(String keyId)
The identifier of the encryption key.
|
public void setEncryptionType(String encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionTypepublic String getEncryptionType()
The type of encryption.
EncryptionTypepublic EncryptionConfig withEncryptionType(String encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionTypepublic EncryptionConfig withEncryptionType(EncryptionType encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionTypepublic void setKeyId(String keyId)
The identifier of the encryption key.
keyId - The identifier of the encryption key.public String getKeyId()
The identifier of the encryption key.
public EncryptionConfig withKeyId(String keyId)
The identifier of the encryption key.
keyId - The identifier of the encryption key.public String toString()
toString in class ObjectObject.toString()public EncryptionConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.