@Generated(value="software.amazon.awssdk:codegen") public final class CaptionSourceFramerate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>
Modifier and Type | Class and Description |
---|---|
static interface |
CaptionSourceFramerate.Builder |
Modifier and Type | Method and Description |
---|---|
static CaptionSourceFramerate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
framerateDenominator()
Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate
(CaptionSourceFramerate).
|
Integer |
framerateNumerator()
Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate
(CaptionSourceFramerate).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CaptionSourceFramerate.Builder> |
serializableBuilderClass() |
CaptionSourceFramerate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer framerateDenominator()
public final Integer framerateNumerator()
public CaptionSourceFramerate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>
public static CaptionSourceFramerate.Builder builder()
public static Class<? extends CaptionSourceFramerate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.