@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.LastFrameClippingBehavior
public String getLastFrameClippingBehavior()
LastFrameClippingBehavior
public 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.LastFrameClippingBehavior
public 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.LastFrameClippingBehavior
public 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 Object
Object.toString()
public StopTimecode 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.