@Generated(value="software.amazon.awssdk:codegen") public final class CaptionDescriptionPreset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionDescriptionPreset.Builder,CaptionDescriptionPreset>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaptionDescriptionPreset.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CaptionDescriptionPreset.Builder |
builder() |
String |
customLanguageCode()
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code
|
CaptionDestinationSettings |
destinationSettings()
Returns the value of the DestinationSettings property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
Indicates the language of the caption output track.
|
String |
languageCodeAsString()
Indicates the language of the caption output track.
|
String |
languageDescription()
Human readable information to indicate captions available for players (eg.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CaptionDescriptionPreset.Builder> |
serializableBuilderClass() |
CaptionDescriptionPreset.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String customLanguageCode()
public CaptionDestinationSettings destinationSettings()
public LanguageCode languageCode()
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic String languageCodeAsString()
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic String languageDescription()
public CaptionDescriptionPreset.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CaptionDescriptionPreset.Builder,CaptionDescriptionPreset>public static CaptionDescriptionPreset.Builder builder()
public static Class<? extends CaptionDescriptionPreset.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.