@Generated(value="software.amazon.awssdk:codegen") public final class CaptionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionDescription.Builder,CaptionDescription>
Modifier and Type | Class and Description |
---|---|
static interface |
CaptionDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static CaptionDescription.Builder |
builder() |
String |
captionSelectorName()
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
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 CaptionDescription.Builder> |
serializableBuilderClass() |
CaptionDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String captionSelectorName()
public 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()
.
LanguageCode
public 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()
.
LanguageCode
public String languageDescription()
public CaptionDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CaptionDescription.Builder,CaptionDescription>
public static CaptionDescription.Builder builder()
public static Class<? extends CaptionDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.