@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.