@Generated(value="software.amazon.awssdk:codegen") public class CaptionDescriptionPreset extends Object implements StructuredPojo, ToCopyableBuilder<CaptionDescriptionPreset.Builder,CaptionDescriptionPreset>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaptionDescriptionPreset.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CaptionDescriptionPreset.Builder |
builder() |
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 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 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()
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.