@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsCaptionLanguageMapping extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
HlsCaptionLanguageMapping() |
Modifier and Type | Method and Description |
---|---|
HlsCaptionLanguageMapping |
clone() |
boolean |
equals(Object obj) |
Integer |
getCaptionChannel()
Caption channel.
|
String |
getCustomLanguageCode()
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
|
String |
getLanguageCode()
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
String |
getLanguageDescription()
Caption language description.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaptionChannel(Integer captionChannel)
Caption channel.
|
void |
setCustomLanguageCode(String customLanguageCode)
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
|
void |
setLanguageCode(String languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
void |
setLanguageDescription(String languageDescription)
Caption language description.
|
String |
toString()
Returns a string representation of this object.
|
HlsCaptionLanguageMapping |
withCaptionChannel(Integer captionChannel)
Caption channel.
|
HlsCaptionLanguageMapping |
withCustomLanguageCode(String customLanguageCode)
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
|
HlsCaptionLanguageMapping |
withLanguageCode(LanguageCode languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
HlsCaptionLanguageMapping |
withLanguageCode(String languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
HlsCaptionLanguageMapping |
withLanguageDescription(String languageDescription)
Caption language description.
|
public void setCaptionChannel(Integer captionChannel)
captionChannel
- Caption channel.public Integer getCaptionChannel()
public HlsCaptionLanguageMapping withCaptionChannel(Integer captionChannel)
captionChannel
- Caption channel.public void setCustomLanguageCode(String customLanguageCode)
customLanguageCode
- Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language
codepublic String getCustomLanguageCode()
public HlsCaptionLanguageMapping withCustomLanguageCode(String customLanguageCode)
customLanguageCode
- Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language
codepublic void setLanguageCode(String languageCode)
languageCode
- Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.LanguageCode
public String getLanguageCode()
LanguageCode
public HlsCaptionLanguageMapping withLanguageCode(String languageCode)
languageCode
- Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.LanguageCode
public HlsCaptionLanguageMapping withLanguageCode(LanguageCode languageCode)
languageCode
- Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.LanguageCode
public void setLanguageDescription(String languageDescription)
languageDescription
- Caption language description.public String getLanguageDescription()
public HlsCaptionLanguageMapping withLanguageDescription(String languageDescription)
languageDescription
- Caption language description.public String toString()
toString
in class Object
Object.toString()
public HlsCaptionLanguageMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.