@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 frame rate.
|
Integer |
getFramerateNumerator()
The top of the fraction that expresses your overlay frame rate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFramerateDenominator(Integer framerateDenominator)
The bottom of the fraction that expresses your overlay frame rate.
|
void |
setFramerateNumerator(Integer framerateNumerator)
The top of the fraction that expresses your overlay frame rate.
|
String |
toString()
Returns a string representation of this object.
|
MotionImageInsertionFramerate |
withFramerateDenominator(Integer framerateDenominator)
The bottom of the fraction that expresses your overlay frame rate.
|
MotionImageInsertionFramerate |
withFramerateNumerator(Integer framerateNumerator)
The top of the fraction that expresses your overlay frame rate.
|
public void setFramerateDenominator(Integer framerateDenominator)
framerateDenominator
- The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate 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 frame rate. For example, if your frame rate is 24
fps, set this value to 1.public void setFramerateNumerator(Integer framerateNumerator)
framerateNumerator
- The top of the fraction that expresses your overlay frame rate. For example, if your frame rate 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 frame rate. For example, if your frame rate is 24 fps,
set this value to 24.public String toString()
toString
in class Object
Object.toString()
public MotionImageInsertionFramerate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.