@Generated(value="software.amazon.awssdk:codegen") public final class TimecodeBurninSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimecodeBurninSettings.Builder,TimecodeBurninSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimecodeBurninSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimecodeBurninSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
TimecodeBurninFontSize |
fontSize()
Choose a timecode burn-in font size
|
String |
fontSizeAsString()
Choose a timecode burn-in font size
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TimecodeBurninPosition |
position()
Choose a timecode burn-in output position
|
String |
positionAsString()
Choose a timecode burn-in output position
|
String |
prefix()
Create a timecode burn-in prefix (optional)
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimecodeBurninSettings.Builder> |
serializableBuilderClass() |
TimecodeBurninSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TimecodeBurninFontSize fontSize()
If the service returns an enum value that is not available in the current SDK version, fontSize will
return TimecodeBurninFontSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fontSizeAsString().
TimecodeBurninFontSizepublic final String fontSizeAsString()
If the service returns an enum value that is not available in the current SDK version, fontSize will
return TimecodeBurninFontSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fontSizeAsString().
TimecodeBurninFontSizepublic final TimecodeBurninPosition position()
If the service returns an enum value that is not available in the current SDK version, position will
return TimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from positionAsString().
TimecodeBurninPositionpublic final String positionAsString()
If the service returns an enum value that is not available in the current SDK version, position will
return TimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from positionAsString().
TimecodeBurninPositionpublic final String prefix()
public TimecodeBurninSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimecodeBurninSettings.Builder,TimecodeBurninSettings>public static TimecodeBurninSettings.Builder builder()
public static Class<? extends TimecodeBurninSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.