@Generated(value="software.amazon.awssdk:codegen") public class CaptionDescription extends Object implements StructuredPojo, 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.
|
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic String captionSelectorName()
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 CaptionDescription.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CaptionDescription.Builder,CaptionDescription>public static CaptionDescription.Builder builder()
public static Class<? extends CaptionDescription.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.