@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputClippingSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputClippingSettings() |
Modifier and Type | Method and Description |
---|---|
InputClippingSettings |
clone() |
boolean |
equals(Object obj) |
String |
getInputTimecodeSource()
The source of the timecodes in the source being clipped.
|
StartTimecode |
getStartTimecode()
Settings to identify the start of the clip.
|
StopTimecode |
getStopTimecode()
Settings to identify the end of the clip.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputTimecodeSource(String inputTimecodeSource)
The source of the timecodes in the source being clipped.
|
void |
setStartTimecode(StartTimecode startTimecode)
Settings to identify the start of the clip.
|
void |
setStopTimecode(StopTimecode stopTimecode)
Settings to identify the end of the clip.
|
String |
toString()
Returns a string representation of this object.
|
InputClippingSettings |
withInputTimecodeSource(InputTimecodeSource inputTimecodeSource)
The source of the timecodes in the source being clipped.
|
InputClippingSettings |
withInputTimecodeSource(String inputTimecodeSource)
The source of the timecodes in the source being clipped.
|
InputClippingSettings |
withStartTimecode(StartTimecode startTimecode)
Settings to identify the start of the clip.
|
InputClippingSettings |
withStopTimecode(StopTimecode stopTimecode)
Settings to identify the end of the clip.
|
public void setInputTimecodeSource(String inputTimecodeSource)
inputTimecodeSource
- The source of the timecodes in the source being clipped.InputTimecodeSource
public String getInputTimecodeSource()
InputTimecodeSource
public InputClippingSettings withInputTimecodeSource(String inputTimecodeSource)
inputTimecodeSource
- The source of the timecodes in the source being clipped.InputTimecodeSource
public InputClippingSettings withInputTimecodeSource(InputTimecodeSource inputTimecodeSource)
inputTimecodeSource
- The source of the timecodes in the source being clipped.InputTimecodeSource
public void setStartTimecode(StartTimecode startTimecode)
startTimecode
- Settings to identify the start of the clip.public StartTimecode getStartTimecode()
public InputClippingSettings withStartTimecode(StartTimecode startTimecode)
startTimecode
- Settings to identify the start of the clip.public void setStopTimecode(StopTimecode stopTimecode)
stopTimecode
- Settings to identify the end of the clip.public StopTimecode getStopTimecode()
public InputClippingSettings withStopTimecode(StopTimecode stopTimecode)
stopTimecode
- Settings to identify the end of the clip.public String toString()
toString
in class Object
Object.toString()
public InputClippingSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.