@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 input caption selector to use as a caption source when generating output captions.
|
CaptionDestinationSettings |
getDestinationSettings()
Additional settings for captions destination that depend on the destination type.
|
String |
getLanguageCode()
ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
|
String |
getLanguageDescription()
Human readable information to indicate captions available for players (eg.
|
String |
getName()
Name of the caption description.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaptionSelectorName(String captionSelectorName)
Specifies which input caption selector to use as a caption source when generating output captions.
|
void |
setDestinationSettings(CaptionDestinationSettings destinationSettings)
Additional settings for captions destination that depend on the destination type.
|
void |
setLanguageCode(String languageCode)
ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
|
void |
setLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
void |
setName(String name)
Name of the caption description.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CaptionDescription |
withCaptionSelectorName(String captionSelectorName)
Specifies which input caption selector to use as a caption source when generating output captions.
|
CaptionDescription |
withDestinationSettings(CaptionDestinationSettings destinationSettings)
Additional settings for captions destination that depend on the destination type.
|
CaptionDescription |
withLanguageCode(String languageCode)
ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
|
CaptionDescription |
withLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
CaptionDescription |
withName(String name)
Name of the caption description.
|
public void setCaptionSelectorName(String captionSelectorName)
captionSelectorName
- Specifies which input caption selector to use as a caption source when generating output captions. This
field should match a captionSelector name.public String getCaptionSelectorName()
public CaptionDescription withCaptionSelectorName(String captionSelectorName)
captionSelectorName
- Specifies which input caption selector to use as a caption source when generating output captions. This
field should match a captionSelector name.public void setDestinationSettings(CaptionDestinationSettings destinationSettings)
destinationSettings
- Additional settings for captions destination that depend on the destination type.public CaptionDestinationSettings getDestinationSettings()
public CaptionDescription withDestinationSettings(CaptionDestinationSettings destinationSettings)
destinationSettings
- Additional settings for captions destination that depend on the destination type.public void setLanguageCode(String languageCode)
languageCode
- ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/public String getLanguageCode()
public CaptionDescription withLanguageCode(String languageCode)
languageCode
- ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/public void setLanguageDescription(String languageDescription)
languageDescription
- Human readable information to indicate captions available for players (eg. English, or Spanish).public String getLanguageDescription()
public CaptionDescription withLanguageDescription(String languageDescription)
languageDescription
- Human readable information to indicate captions available for players (eg. English, or Spanish).public void setName(String name)
name
- Name of the caption description. Used to associate a caption description with an output. Names must be
unique within an event.public String getName()
public CaptionDescription withName(String name)
name
- Name of the caption description. Used to associate a caption description with an output. Names must be
unique within an event.public String toString()
toString
in class Object
Object.toString()
public CaptionDescription 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.