@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTimecode extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
StartTimecode() |
Modifier and Type | Method and Description |
---|---|
StartTimecode |
clone() |
boolean |
equals(Object obj) |
String |
getTimecode()
The timecode for the frame where you want to start the clip.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTimecode(String timecode)
The timecode for the frame where you want to start the clip.
|
String |
toString()
Returns a string representation of this object.
|
StartTimecode |
withTimecode(String timecode)
The timecode for the frame where you want to start the clip.
|
public void setTimecode(String timecode)
timecode
- The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts
at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.public String getTimecode()
public StartTimecode withTimecode(String timecode)
timecode
- The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts
at first frame in 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 StartTimecode 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.