@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte35SpliceInsertScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Scte35SpliceInsertScheduleActionSettings() |
| Modifier and Type | Method and Description |
|---|---|
Scte35SpliceInsertScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
Long |
getDuration()
The duration for the SCTE-35 splice_insert specified in 90KHz clock ticks.
|
Long |
getSpliceEventId()
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDuration(Long duration)
The duration for the SCTE-35 splice_insert specified in 90KHz clock ticks.
|
void |
setSpliceEventId(Long spliceEventId)
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Scte35SpliceInsertScheduleActionSettings |
withDuration(Long duration)
The duration for the SCTE-35 splice_insert specified in 90KHz clock ticks.
|
Scte35SpliceInsertScheduleActionSettings |
withSpliceEventId(Long spliceEventId)
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
|
public Scte35SpliceInsertScheduleActionSettings()
public void setDuration(Long duration)
duration - The duration for the SCTE-35 splice_insert specified in 90KHz clock ticks. When duration is not specified
the expectation is that a Scte35ReturnToNetwork action will be scheduled.public Long getDuration()
public Scte35SpliceInsertScheduleActionSettings withDuration(Long duration)
duration - The duration for the SCTE-35 splice_insert specified in 90KHz clock ticks. When duration is not specified
the expectation is that a Scte35ReturnToNetwork action will be scheduled.public void setSpliceEventId(Long spliceEventId)
spliceEventId - The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.public Long getSpliceEventId()
public Scte35SpliceInsertScheduleActionSettings withSpliceEventId(Long spliceEventId)
spliceEventId - The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.public String toString()
toString in class ObjectObject.toString()public Scte35SpliceInsertScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.