Class StopTimecode
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.StopTimecode
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StopTimecode.Builder,StopTimecode>
@Generated("software.amazon.awssdk:codegen") public final class StopTimecode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StopTimecode.Builder,StopTimecode>
Settings to identify the end of the clip.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStopTimecode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StopTimecode.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LastFrameClippingBehaviorlastFrameClippingBehavior()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.StringlastFrameClippingBehaviorAsString()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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StopTimecode.Builder>serializableBuilderClass()Stringtimecode()The timecode for the frame where you want to stop the clip.StopTimecode.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lastFrameClippingBehavior
public final 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.If the service returns an enum value that is not available in the current SDK version,
lastFrameClippingBehaviorwill returnLastFrameClippingBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastFrameClippingBehaviorAsString().- Returns:
- 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.
- See Also:
LastFrameClippingBehavior
-
lastFrameClippingBehaviorAsString
public final 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.If the service returns an enum value that is not available in the current SDK version,
lastFrameClippingBehaviorwill returnLastFrameClippingBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastFrameClippingBehaviorAsString().- Returns:
- 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.
- See Also:
LastFrameClippingBehavior
-
timecode
public final String timecode()
The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.- Returns:
- The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.
-
toBuilder
public StopTimecode.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StopTimecode.Builder,StopTimecode>
-
builder
public static StopTimecode.Builder builder()
-
serializableBuilderClass
public static Class<? extends StopTimecode.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-