@Generated(value="software.amazon.awssdk:codegen") public final class EbuTtDDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EbuTtDDestinationSettings.Builder,EbuTtDDestinationSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EbuTtDDestinationSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EbuTtDDestinationSettings.Builder |
builder() |
String |
copyrightHolder()
Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions
metadata.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EbuTtDFillLineGapControl |
fillLineGap()
Specifies how to handle the gap between the lines (in multi-line captions).
|
String |
fillLineGapAsString()
Specifies how to handle the gap between the lines (in multi-line captions).
|
String |
fontFamily()
Specifies the font family to include in the font data attached to the EBU-TT captions.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EbuTtDDestinationSettings.Builder> |
serializableBuilderClass() |
EbuTtDDestinationStyleControl |
styleControl()
Specifies the style information (font color, font position, and so on) to include in the font data that is
attached to the EBU-TT captions.
|
String |
styleControlAsString()
Specifies the style information (font color, font position, and so on) to include in the font data that is
attached to the EBU-TT captions.
|
EbuTtDDestinationSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String copyrightHolder()
public final EbuTtDFillLineGapControl fillLineGap()
If the service returns an enum value that is not available in the current SDK version, fillLineGap will
return EbuTtDFillLineGapControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from fillLineGapAsString().
EbuTtDFillLineGapControlpublic final String fillLineGapAsString()
If the service returns an enum value that is not available in the current SDK version, fillLineGap will
return EbuTtDFillLineGapControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from fillLineGapAsString().
EbuTtDFillLineGapControlpublic final String fontFamily()
public final EbuTtDDestinationStyleControl styleControl()
If the service returns an enum value that is not available in the current SDK version, styleControl will
return EbuTtDDestinationStyleControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from styleControlAsString().
EbuTtDDestinationStyleControlpublic final String styleControlAsString()
If the service returns an enum value that is not available in the current SDK version, styleControl will
return EbuTtDDestinationStyleControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from styleControlAsString().
EbuTtDDestinationStyleControlpublic EbuTtDDestinationSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EbuTtDDestinationSettings.Builder,EbuTtDDestinationSettings>public static EbuTtDDestinationSettings.Builder builder()
public static Class<? extends EbuTtDDestinationSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.