Class Captions
- java.lang.Object
-
- software.amazon.awssdk.services.elastictranscoder.model.Captions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Captions.Builder,Captions>
@Generated("software.amazon.awssdk:codegen") public final class Captions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Captions.Builder,Captions>
The captions to be created, if any.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCaptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Captions.Builderbuilder()List<CaptionFormat>captionFormats()The array of file formats for the output captions.List<CaptionSource>captionSources()Deprecated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasCaptionFormats()For responses, this returns true if the service returned a value for the CaptionFormats property.booleanhasCaptionSources()Deprecated.inthashCode()StringmergePolicy()Deprecated.List<SdkField<?>>sdkFields()static Class<? extends Captions.Builder>serializableBuilderClass()Captions.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
-
mergePolicy
@Deprecated public final String mergePolicy()
Deprecated.A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSourcesis empty, Elastic Transcoder omits all sidecar captions from the output files. -
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources.
MergePolicycannot be null.- Returns:
- A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSourcesis empty, Elastic Transcoder omits all sidecar captions from the output files. -
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources.
MergePolicycannot be null. -
-
-
hasCaptionSources
@Deprecated public final boolean hasCaptionSources()
Deprecated.For responses, this returns true if the service returned a value for the CaptionSources property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
captionSources
@Deprecated public final List<CaptionSource> captionSources()
Deprecated.Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave
CaptionSourcesblank.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasCaptionSources()method.- Returns:
- Source files for the input sidecar captions used during the transcoding process. To omit all sidecar
captions, leave
CaptionSourcesblank.
-
hasCaptionFormats
public final boolean hasCaptionFormats()
For responses, this returns true if the service returned a value for the CaptionFormats property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
captionFormats
public final List<CaptionFormat> captionFormats()
The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasCaptionFormats()method.- Returns:
- The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
-
toBuilder
public Captions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Captions.Builder,Captions>
-
builder
public static Captions.Builder builder()
-
serializableBuilderClass
public static Class<? extends Captions.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.
-
-