@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopTimecode extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StopTimecode() |
| Modifier and Type | Method and Description |
|---|---|
StopTimecode |
clone() |
boolean |
equals(Object obj) |
String |
getLastFrameClippingBehavior()
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to
exclude (the default) or include the frame specified by the timecode.
|
String |
getTimecode()
The timecode for the frame where you want to stop the clip.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLastFrameClippingBehavior(String lastFrameClippingBehavior)
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to
exclude (the default) or include the frame specified by the timecode.
|
void |
setTimecode(String timecode)
The timecode for the frame where you want to stop the clip.
|
String |
toString()
Returns a string representation of this object.
|
StopTimecode |
withLastFrameClippingBehavior(LastFrameClippingBehavior lastFrameClippingBehavior)
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to
exclude (the default) or include the frame specified by the timecode.
|
StopTimecode |
withLastFrameClippingBehavior(String lastFrameClippingBehavior)
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to
exclude (the default) or include the frame specified by the timecode.
|
StopTimecode |
withTimecode(String timecode)
The timecode for the frame where you want to stop the clip.
|
public void setLastFrameClippingBehavior(String lastFrameClippingBehavior)
lastFrameClippingBehavior - If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the
clip to exclude (the default) or include the frame specified by the timecode.LastFrameClippingBehaviorpublic String getLastFrameClippingBehavior()
LastFrameClippingBehaviorpublic StopTimecode withLastFrameClippingBehavior(String lastFrameClippingBehavior)
lastFrameClippingBehavior - If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the
clip to exclude (the default) or include the frame specified by the timecode.LastFrameClippingBehaviorpublic StopTimecode withLastFrameClippingBehavior(LastFrameClippingBehavior lastFrameClippingBehavior)
lastFrameClippingBehavior - If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the
clip to exclude (the default) or include the frame specified by the timecode.LastFrameClippingBehaviorpublic void setTimecode(String timecode)
timecode - The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues
to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.public String getTimecode()
public StopTimecode withTimecode(String timecode)
timecode - The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues
to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.public String toString()
toString in class ObjectObject.toString()public StopTimecode clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.