@Generated(value="software.amazon.awssdk:codegen") public final class EncryptionMethod extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionMethod.Builder,EncryptionMethod>
The encryption type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptionMethod.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionMethod.Builder |
builder() |
CmafEncryptionMethod |
cmafEncryptionMethod()
The encryption method to use.
|
String |
cmafEncryptionMethodAsString()
The encryption method to use.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionMethod.Builder> |
serializableBuilderClass() |
EncryptionMethod.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TsEncryptionMethod |
tsEncryptionMethod()
The encryption method to use.
|
String |
tsEncryptionMethodAsString()
The encryption method to use.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TsEncryptionMethod tsEncryptionMethod()
The encryption method to use.
If the service returns an enum value that is not available in the current SDK version,
tsEncryptionMethod will return TsEncryptionMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from tsEncryptionMethodAsString().
TsEncryptionMethodpublic final String tsEncryptionMethodAsString()
The encryption method to use.
If the service returns an enum value that is not available in the current SDK version,
tsEncryptionMethod will return TsEncryptionMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from tsEncryptionMethodAsString().
TsEncryptionMethodpublic final CmafEncryptionMethod cmafEncryptionMethod()
The encryption method to use.
If the service returns an enum value that is not available in the current SDK version,
cmafEncryptionMethod will return CmafEncryptionMethod.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from cmafEncryptionMethodAsString().
CmafEncryptionMethodpublic final String cmafEncryptionMethodAsString()
The encryption method to use.
If the service returns an enum value that is not available in the current SDK version,
cmafEncryptionMethod will return CmafEncryptionMethod.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from cmafEncryptionMethodAsString().
CmafEncryptionMethodpublic EncryptionMethod.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EncryptionMethod.Builder,EncryptionMethod>public static EncryptionMethod.Builder builder()
public static Class<? extends EncryptionMethod.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.