@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptionSourceFramerate extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CaptionSourceFramerate() |
| Modifier and Type | Method and Description |
|---|---|
CaptionSourceFramerate |
clone() |
boolean |
equals(Object obj) |
Integer |
getFramerateDenominator()
Specify the denominator of the fraction that represents the framerate for the setting Caption source framerate
(CaptionSourceFramerate).
|
Integer |
getFramerateNumerator()
Specify the numerator of the fraction that represents the framerate for the setting Caption source framerate
(CaptionSourceFramerate).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFramerateDenominator(Integer framerateDenominator)
Specify the denominator of the fraction that represents the framerate for the setting Caption source framerate
(CaptionSourceFramerate).
|
void |
setFramerateNumerator(Integer framerateNumerator)
Specify the numerator of the fraction that represents the framerate for the setting Caption source framerate
(CaptionSourceFramerate).
|
String |
toString()
Returns a string representation of this object.
|
CaptionSourceFramerate |
withFramerateDenominator(Integer framerateDenominator)
Specify the denominator of the fraction that represents the framerate for the setting Caption source framerate
(CaptionSourceFramerate).
|
CaptionSourceFramerate |
withFramerateNumerator(Integer framerateNumerator)
Specify the numerator of the fraction that represents the framerate for the setting Caption source framerate
(CaptionSourceFramerate).
|
public void setFramerateDenominator(Integer framerateDenominator)
framerateDenominator - Specify the denominator of the fraction that represents the framerate for the setting Caption source
framerate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator
(framerateNumerator).public Integer getFramerateDenominator()
public CaptionSourceFramerate withFramerateDenominator(Integer framerateDenominator)
framerateDenominator - Specify the denominator of the fraction that represents the framerate for the setting Caption source
framerate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator
(framerateNumerator).public void setFramerateNumerator(Integer framerateNumerator)
framerateNumerator - Specify the numerator of the fraction that represents the framerate for the setting Caption source
framerate (CaptionSourceFramerate). Use this setting along with the setting Framerate denominator
(framerateDenominator).public Integer getFramerateNumerator()
public CaptionSourceFramerate withFramerateNumerator(Integer framerateNumerator)
framerateNumerator - Specify the numerator of the fraction that represents the framerate for the setting Caption source
framerate (CaptionSourceFramerate). Use this setting along with the setting Framerate denominator
(framerateDenominator).public String toString()
toString in class ObjectObject.toString()public CaptionSourceFramerate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.