@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 frame rate for the setting Caption source frame rate.
|
Integer |
getFramerateNumerator()
Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFramerateDenominator(Integer framerateDenominator)
Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate.
|
void |
setFramerateNumerator(Integer framerateNumerator)
Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate.
|
String |
toString()
Returns a string representation of this object.
|
CaptionSourceFramerate |
withFramerateDenominator(Integer framerateDenominator)
Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate.
|
CaptionSourceFramerate |
withFramerateNumerator(Integer framerateNumerator)
Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate.
|
public void setFramerateDenominator(Integer framerateDenominator)
framerateDenominator
- Specify the denominator of the fraction that represents the frame rate for the setting Caption source
frame rate. Use this setting along with the setting Framerate numerator.public Integer getFramerateDenominator()
public CaptionSourceFramerate withFramerateDenominator(Integer framerateDenominator)
framerateDenominator
- Specify the denominator of the fraction that represents the frame rate for the setting Caption source
frame rate. Use this setting along with the setting Framerate numerator.public void setFramerateNumerator(Integer framerateNumerator)
framerateNumerator
- Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame
rate. Use this setting along with the setting Framerate denominator.public Integer getFramerateNumerator()
public CaptionSourceFramerate withFramerateNumerator(Integer framerateNumerator)
framerateNumerator
- Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame
rate. Use this setting along with the setting Framerate denominator.public String toString()
toString
in class Object
Object.toString()
public CaptionSourceFramerate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.