@Generated(value="software.amazon.awssdk:codegen") public class HlsEncryptionSettings extends Object implements StructuredPojo, ToCopyableBuilder<HlsEncryptionSettings.Builder,HlsEncryptionSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HlsEncryptionSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HlsEncryptionSettings.Builder |
builder() |
String |
constantInitializationVector()
This is a 128-bit, 16-byte hex value represented by a 32-character text string.
|
HlsEncryptionType |
encryptionMethod()
Returns the value of the EncryptionMethod property for this object.
|
String |
encryptionMethodAsString()
Returns the value of the EncryptionMethod property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HlsInitializationVectorInManifest |
initializationVectorInManifest()
Returns the value of the InitializationVectorInManifest property for this object.
|
String |
initializationVectorInManifestAsString()
Returns the value of the InitializationVectorInManifest property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends HlsEncryptionSettings.Builder> |
serializableBuilderClass() |
SpekeKeyProvider |
spekeKeyProvider()
Returns the value of the SpekeKeyProvider property for this object.
|
StaticKeyProvider |
staticKeyProvider()
Returns the value of the StaticKeyProvider property for this object.
|
HlsEncryptionSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
HlsKeyProviderType |
type()
Returns the value of the Type property for this object.
|
String |
typeAsString()
Returns the value of the Type property for this object.
|
copypublic String constantInitializationVector()
public HlsEncryptionType encryptionMethod()
If the service returns an enum value that is not available in the current SDK version, encryptionMethod
will return HlsEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionMethodAsString().
HlsEncryptionTypepublic String encryptionMethodAsString()
If the service returns an enum value that is not available in the current SDK version, encryptionMethod
will return HlsEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionMethodAsString().
HlsEncryptionTypepublic HlsInitializationVectorInManifest initializationVectorInManifest()
If the service returns an enum value that is not available in the current SDK version,
initializationVectorInManifest will return
HlsInitializationVectorInManifest.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from initializationVectorInManifestAsString().
HlsInitializationVectorInManifestpublic String initializationVectorInManifestAsString()
If the service returns an enum value that is not available in the current SDK version,
initializationVectorInManifest will return
HlsInitializationVectorInManifest.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from initializationVectorInManifestAsString().
HlsInitializationVectorInManifestpublic SpekeKeyProvider spekeKeyProvider()
public StaticKeyProvider staticKeyProvider()
public HlsKeyProviderType type()
If the service returns an enum value that is not available in the current SDK version, type will return
HlsKeyProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
HlsKeyProviderTypepublic String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type will return
HlsKeyProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
HlsKeyProviderTypepublic HlsEncryptionSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<HlsEncryptionSettings.Builder,HlsEncryptionSettings>public static HlsEncryptionSettings.Builder builder()
public static Class<? extends HlsEncryptionSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.