@Generated(value="software.amazon.awssdk:codegen") public final class ClipRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClipRange.Builder,ClipRange>
Clip range configuration for the VOD source associated with the program.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClipRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClipRange.Builder |
builder() |
Long |
endOffsetMillis()
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with
the program.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClipRange.Builder> |
serializableBuilderClass() |
ClipRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long endOffsetMillis()
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
public ClipRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClipRange.Builder,ClipRange>public static ClipRange.Builder builder()
public static Class<? extends ClipRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.