@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptionSelector extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CaptionSelector() |
Modifier and Type | Method and Description |
---|---|
CaptionSelector |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
When specified this field indicates the three letter language code of the caption track to extract from the
source.
|
String |
getName()
Name identifier for a caption selector.
|
CaptionSelectorSettings |
getSelectorSettings()
Caption selector settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLanguageCode(String languageCode)
When specified this field indicates the three letter language code of the caption track to extract from the
source.
|
void |
setName(String name)
Name identifier for a caption selector.
|
void |
setSelectorSettings(CaptionSelectorSettings selectorSettings)
Caption selector settings.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CaptionSelector |
withLanguageCode(String languageCode)
When specified this field indicates the three letter language code of the caption track to extract from the
source.
|
CaptionSelector |
withName(String name)
Name identifier for a caption selector.
|
CaptionSelector |
withSelectorSettings(CaptionSelectorSettings selectorSettings)
Caption selector settings.
|
public void setLanguageCode(String languageCode)
languageCode
- When specified this field indicates the three letter language code of the caption track to extract from
the source.public String getLanguageCode()
public CaptionSelector withLanguageCode(String languageCode)
languageCode
- When specified this field indicates the three letter language code of the caption track to extract from
the source.public void setName(String name)
name
- Name identifier for a caption selector. This name is used to associate this caption selector with one or
more caption descriptions. Names must be unique within an event.public String getName()
public CaptionSelector withName(String name)
name
- Name identifier for a caption selector. This name is used to associate this caption selector with one or
more caption descriptions. Names must be unique within an event.public void setSelectorSettings(CaptionSelectorSettings selectorSettings)
selectorSettings
- Caption selector settings.public CaptionSelectorSettings getSelectorSettings()
public CaptionSelector withSelectorSettings(CaptionSelectorSettings selectorSettings)
selectorSettings
- Caption selector settings.public String toString()
toString
in class Object
Object.toString()
public CaptionSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.