@Generated(value="software.amazon.awssdk:codegen") public class CaptionDestinationSettings extends Object implements StructuredPojo, ToCopyableBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaptionDestinationSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CaptionDestinationSettings.Builder |
builder() |
BurninDestinationSettings |
burninDestinationSettings()
Returns the value of the BurninDestinationSettings property for this object.
|
CaptionDestinationType |
destinationType()
Type of Caption output, including Burn-In, Embedded, SCC, SRT, TTML, WebVTT, DVB-Sub, Teletext.
|
String |
destinationTypeAsString()
Type of Caption output, including Burn-In, Embedded, SCC, SRT, TTML, WebVTT, DVB-Sub, Teletext.
|
DvbSubDestinationSettings |
dvbSubDestinationSettings()
Returns the value of the DvbSubDestinationSettings property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
SccDestinationSettings |
sccDestinationSettings()
Returns the value of the SccDestinationSettings property for this object.
|
static Class<? extends CaptionDestinationSettings.Builder> |
serializableBuilderClass() |
TeletextDestinationSettings |
teletextDestinationSettings()
Returns the value of the TeletextDestinationSettings property for this object.
|
CaptionDestinationSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TtmlDestinationSettings |
ttmlDestinationSettings()
Settings specific to TTML caption outputs, including Pass style information (TtmlStylePassthrough).
|
copypublic BurninDestinationSettings burninDestinationSettings()
public CaptionDestinationType destinationType()
If the service returns an enum value that is not available in the current SDK version, destinationType
will return CaptionDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from destinationTypeAsString().
CaptionDestinationTypepublic String destinationTypeAsString()
If the service returns an enum value that is not available in the current SDK version, destinationType
will return CaptionDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from destinationTypeAsString().
CaptionDestinationTypepublic DvbSubDestinationSettings dvbSubDestinationSettings()
public SccDestinationSettings sccDestinationSettings()
public TeletextDestinationSettings teletextDestinationSettings()
public TtmlDestinationSettings ttmlDestinationSettings()
public CaptionDestinationSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>public static CaptionDestinationSettings.Builder builder()
public static Class<? extends CaptionDestinationSettings.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.