@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClipRange extends Object implements Serializable, Cloneable, StructuredPojo
Clip range configuration for the VOD source associated with the program.
| Constructor and Description |
|---|
ClipRange() |
| Modifier and Type | Method and Description |
|---|---|
ClipRange |
clone() |
boolean |
equals(Object obj) |
Long |
getEndOffsetMillis()
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with
the program.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndOffsetMillis(Long endOffsetMillis)
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with
the program.
|
String |
toString()
Returns a string representation of this object.
|
ClipRange |
withEndOffsetMillis(Long endOffsetMillis)
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with
the program.
|
public void setEndOffsetMillis(Long endOffsetMillis)
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
endOffsetMillis - The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source
associated with the program.public Long getEndOffsetMillis()
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
public ClipRange withEndOffsetMillis(Long endOffsetMillis)
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
endOffsetMillis - The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source
associated with the program.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.