@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingImageEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
StreamingImageEncryptionConfiguration() |
Modifier and Type | Method and Description |
---|---|
StreamingImageEncryptionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
The ARN for a KMS key that is used to encrypt studio data.
|
String |
getKeyType()
The type of KMS key that is used to encrypt studio data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
|
void |
setKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
|
String |
toString()
Returns a string representation of this object.
|
StreamingImageEncryptionConfiguration |
withKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
|
StreamingImageEncryptionConfiguration |
withKeyType(StreamingImageEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
|
StreamingImageEncryptionConfiguration |
withKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
|
public StreamingImageEncryptionConfiguration()
public void setKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
keyArn
- The ARN for a KMS key that is used to encrypt studio data.public String getKeyArn()
The ARN for a KMS key that is used to encrypt studio data.
public StreamingImageEncryptionConfiguration withKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
keyArn
- The ARN for a KMS key that is used to encrypt studio data.public void setKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
keyType
- The type of KMS key that is used to encrypt studio data.StreamingImageEncryptionConfigurationKeyType
public String getKeyType()
The type of KMS key that is used to encrypt studio data.
StreamingImageEncryptionConfigurationKeyType
public StreamingImageEncryptionConfiguration withKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
keyType
- The type of KMS key that is used to encrypt studio data.StreamingImageEncryptionConfigurationKeyType
public StreamingImageEncryptionConfiguration withKeyType(StreamingImageEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
keyType
- The type of KMS key that is used to encrypt studio data.StreamingImageEncryptionConfigurationKeyType
public String toString()
toString
in class Object
Object.toString()
public StreamingImageEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.