@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte27SourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Scte27SourceSettings() |
| Modifier and Type | Method and Description |
|---|---|
Scte27SourceSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getPid()
The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and
Language: Extracts captions from that PID; the language is "informational".
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPid(Integer pid)
The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and
Language: Extracts captions from that PID; the language is "informational".
|
String |
toString()
Returns a string representation of this object.
|
Scte27SourceSettings |
withPid(Integer pid)
The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and
Language: Extracts captions from that PID; the language is "informational".
|
public void setPid(Integer pid)
pid - The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify
PID and Language: Extracts captions from that PID; the language is "informational". - Specify PID and omit
Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language,
whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is
being passed through; all languages will be passed through.public Integer getPid()
public Scte27SourceSettings withPid(Integer pid)
pid - The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify
PID and Language: Extracts captions from that PID; the language is "informational". - Specify PID and omit
Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language,
whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is
being passed through; all languages will be passed through.public String toString()
toString in class ObjectObject.toString()public Scte27SourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.