Class StreamPackagingConfigEncryptionAes128
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mediaservices.model.StreamPackagingConfigEncryption
- 
- com.oracle.bmc.mediaservices.model.StreamPackagingConfigEncryptionAes128
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20211101") public final class StreamPackagingConfigEncryptionAes128 extends StreamPackagingConfigEncryptionAES128 encryption type (enabled by default).
 Note: Objects should always be created or deserialized using theStreamPackagingConfigEncryptionAes128.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theStreamPackagingConfigEncryptionAes128.Builder, which maintain a set of all explicitly set fields calledStreamPackagingConfigEncryptionAes128.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStreamPackagingConfigEncryptionAes128.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.mediaservices.model.StreamPackagingConfigEncryptionStreamPackagingConfigEncryption.Algorithm
 
- 
 - 
Constructor SummaryConstructors Constructor Description StreamPackagingConfigEncryptionAes128(String kmsKeyId)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamPackagingConfigEncryptionAes128.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetKmsKeyId()The identifier of the customer managed Vault KMS symmetric encryption key (null if Oracle managed).inthashCode()StreamPackagingConfigEncryptionAes128.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
StreamPackagingConfigEncryptionAes128@Deprecated public StreamPackagingConfigEncryptionAes128(String kmsKeyId) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static StreamPackagingConfigEncryptionAes128.Builder builder() Create a new builder.
 - 
toBuilderpublic StreamPackagingConfigEncryptionAes128.Builder toBuilder() 
 - 
getKmsKeyIdpublic String getKmsKeyId() The identifier of the customer managed Vault KMS symmetric encryption key (null if Oracle managed).- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- StreamPackagingConfigEncryption
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- StreamPackagingConfigEncryption
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- StreamPackagingConfigEncryption
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- StreamPackagingConfigEncryption
 
 
- 
 
-