@Generated(value="software.amazon.awssdk:codegen") public final class CaptionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionDescription.Builder,CaptionDescription>
Modifier and Type | Class and Description |
---|---|
static interface |
CaptionDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static CaptionDescription.Builder |
builder() |
String |
captionSelectorName()
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
String |
customLanguageCode()
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
CaptionDestinationSettings |
destinationSettings()
Specific settings required by destination type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
Specify the language of this captions output track.
|
String |
languageCodeAsString()
Specify the language of this captions output track.
|
String |
languageDescription()
Specify a label for this set of output captions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CaptionDescription.Builder> |
serializableBuilderClass() |
CaptionDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String captionSelectorName()
public String customLanguageCode()
public CaptionDestinationSettings destinationSettings()
public LanguageCode languageCode()
If the service returns an enum value that is not available in the current SDK version, languageCode
will
return LanguageCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
languageCodeAsString()
.
LanguageCode
public String languageCodeAsString()
If the service returns an enum value that is not available in the current SDK version, languageCode
will
return LanguageCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
languageCodeAsString()
.
LanguageCode
public String languageDescription()
public CaptionDescription.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CaptionDescription.Builder,CaptionDescription>
public static CaptionDescription.Builder builder()
public static Class<? extends CaptionDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.