@Generated(value="software.amazon.awssdk:codegen") public final class StopTimecode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StopTimecode.Builder,StopTimecode>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopTimecode.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopTimecode.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LastFrameClippingBehavior |
lastFrameClippingBehavior()
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to
exclude (the default) or include the frame specified by the timecode.
|
String |
lastFrameClippingBehaviorAsString()
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to
exclude (the default) or include the frame specified by the timecode.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopTimecode.Builder> |
serializableBuilderClass() |
String |
timecode()
The timecode for the frame where you want to stop the clip.
|
StopTimecode.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LastFrameClippingBehavior lastFrameClippingBehavior()
If the service returns an enum value that is not available in the current SDK version,
lastFrameClippingBehavior will return LastFrameClippingBehavior.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from lastFrameClippingBehaviorAsString().
LastFrameClippingBehaviorpublic final String lastFrameClippingBehaviorAsString()
If the service returns an enum value that is not available in the current SDK version,
lastFrameClippingBehavior will return LastFrameClippingBehavior.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from lastFrameClippingBehaviorAsString().
LastFrameClippingBehaviorpublic final String timecode()
public StopTimecode.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopTimecode.Builder,StopTimecode>public static StopTimecode.Builder builder()
public static Class<? extends StopTimecode.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.