@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MotionImageInsertionFramerate extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MotionImageInsertionFramerate() |
| Modifier and Type | Method and Description |
|---|---|
MotionImageInsertionFramerate |
clone() |
boolean |
equals(Object obj) |
Integer |
getFramerateDenominator()
The bottom of the fraction that expresses your overlay framerate.
|
Integer |
getFramerateNumerator()
The top of the fraction that expresses your overlay framerate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFramerateDenominator(Integer framerateDenominator)
The bottom of the fraction that expresses your overlay framerate.
|
void |
setFramerateNumerator(Integer framerateNumerator)
The top of the fraction that expresses your overlay framerate.
|
String |
toString()
Returns a string representation of this object.
|
MotionImageInsertionFramerate |
withFramerateDenominator(Integer framerateDenominator)
The bottom of the fraction that expresses your overlay framerate.
|
MotionImageInsertionFramerate |
withFramerateNumerator(Integer framerateNumerator)
The top of the fraction that expresses your overlay framerate.
|
public void setFramerateDenominator(Integer framerateDenominator)
framerateDenominator - The bottom of the fraction that expresses your overlay framerate. For example, if your framerate is 24
fps, set this value to 1.public Integer getFramerateDenominator()
public MotionImageInsertionFramerate withFramerateDenominator(Integer framerateDenominator)
framerateDenominator - The bottom of the fraction that expresses your overlay framerate. For example, if your framerate is 24
fps, set this value to 1.public void setFramerateNumerator(Integer framerateNumerator)
framerateNumerator - The top of the fraction that expresses your overlay framerate. For example, if your framerate is 24 fps,
set this value to 24.public Integer getFramerateNumerator()
public MotionImageInsertionFramerate withFramerateNumerator(Integer framerateNumerator)
framerateNumerator - The top of the fraction that expresses your overlay framerate. For example, if your framerate is 24 fps,
set this value to 24.public String toString()
toString in class ObjectObject.toString()public MotionImageInsertionFramerate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.