@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptionLanguageMapping extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CaptionLanguageMapping() |
Modifier and Type | Method and Description |
---|---|
CaptionLanguageMapping |
clone() |
boolean |
equals(Object obj) |
Integer |
getCaptionChannel()
The closed caption channel being described by this CaptionLanguageMapping.
|
String |
getLanguageCode()
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
|
String |
getLanguageDescription()
Textual description of language
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaptionChannel(Integer captionChannel)
The closed caption channel being described by this CaptionLanguageMapping.
|
void |
setLanguageCode(String languageCode)
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
|
void |
setLanguageDescription(String languageDescription)
Textual description of language
|
String |
toString()
Returns a string representation of this object.
|
CaptionLanguageMapping |
withCaptionChannel(Integer captionChannel)
The closed caption channel being described by this CaptionLanguageMapping.
|
CaptionLanguageMapping |
withLanguageCode(String languageCode)
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
|
CaptionLanguageMapping |
withLanguageDescription(String languageDescription)
Textual description of language
|
public void setCaptionChannel(Integer captionChannel)
captionChannel
- The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have
a unique channel number (maximum of 4)public Integer getCaptionChannel()
public CaptionLanguageMapping withCaptionChannel(Integer captionChannel)
captionChannel
- The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have
a unique channel number (maximum of 4)public void setLanguageCode(String languageCode)
languageCode
- Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)public String getLanguageCode()
public CaptionLanguageMapping withLanguageCode(String languageCode)
languageCode
- Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)public void setLanguageDescription(String languageDescription)
languageDescription
- Textual description of languagepublic String getLanguageDescription()
public CaptionLanguageMapping withLanguageDescription(String languageDescription)
languageDescription
- Textual description of languagepublic String toString()
toString
in class Object
Object.toString()
public CaptionLanguageMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.