@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptionDescription extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CaptionDescription() |
| Modifier and Type | Method and Description |
|---|---|
CaptionDescription |
clone() |
boolean |
equals(Object obj) |
String |
getCaptionSelectorName()
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
CaptionDestinationSettings |
getDestinationSettings() |
String |
getLanguageCode()
Indicates the language of the caption output track.
|
String |
getLanguageDescription()
Human readable information to indicate captions available for players (eg.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCaptionSelectorName(String captionSelectorName)
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
void |
setDestinationSettings(CaptionDestinationSettings destinationSettings) |
void |
setLanguageCode(String languageCode)
Indicates the language of the caption output track.
|
void |
setLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CaptionDescription |
withCaptionSelectorName(String captionSelectorName)
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
CaptionDescription |
withDestinationSettings(CaptionDestinationSettings destinationSettings) |
CaptionDescription |
withLanguageCode(LanguageCode languageCode)
Indicates the language of the caption output track.
|
CaptionDescription |
withLanguageCode(String languageCode)
Indicates the language of the caption output track.
|
CaptionDescription |
withLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
public void setCaptionSelectorName(String captionSelectorName)
captionSelectorName - Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating
captions. The name should be of the format "Caption Selector public String getCaptionSelectorName()
public CaptionDescription withCaptionSelectorName(String captionSelectorName)
captionSelectorName - Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating
captions. The name should be of the format "Caption Selector public void setDestinationSettings(CaptionDestinationSettings destinationSettings)
destinationSettings - public CaptionDestinationSettings getDestinationSettings()
public CaptionDescription withDestinationSettings(CaptionDestinationSettings destinationSettings)
destinationSettings - public void setLanguageCode(String languageCode)
languageCode - Indicates the language of the caption output track.LanguageCodepublic String getLanguageCode()
LanguageCodepublic CaptionDescription withLanguageCode(String languageCode)
languageCode - Indicates the language of the caption output track.LanguageCodepublic CaptionDescription withLanguageCode(LanguageCode languageCode)
languageCode - Indicates the language of the caption output track.LanguageCodepublic void setLanguageDescription(String languageDescription)
languageDescription - Human readable information to indicate captions available for players (eg. English, or Spanish).
Alphanumeric characters, spaces, and underscore are legal.public String getLanguageDescription()
public CaptionDescription withLanguageDescription(String languageDescription)
languageDescription - Human readable information to indicate captions available for players (eg. English, or Spanish).
Alphanumeric characters, spaces, and underscore are legal.public String toString()
toString in class ObjectObject.toString()public CaptionDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.