@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TeletextSourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TeletextSourceSettings() |
| Modifier and Type | Method and Description |
|---|---|
TeletextSourceSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPageNumber()
Use Page Number to specify the three-digit hexadecimal page number that will be used for Teletext captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPageNumber(String pageNumber)
Use Page Number to specify the three-digit hexadecimal page number that will be used for Teletext captions.
|
String |
toString()
Returns a string representation of this object.
|
TeletextSourceSettings |
withPageNumber(String pageNumber)
Use Page Number to specify the three-digit hexadecimal page number that will be used for Teletext captions.
|
public void setPageNumber(String pageNumber)
pageNumber - Use Page Number to specify the three-digit hexadecimal page number that will be used for Teletext
captions. Do not use this setting if you are passing through teletext from the input source to output.public String getPageNumber()
public TeletextSourceSettings withPageNumber(String pageNumber)
pageNumber - Use Page Number to specify the three-digit hexadecimal page number that will be used for Teletext
captions. Do not use this setting if you are passing through teletext from the input source to output.public String toString()
toString in class ObjectObject.toString()public TeletextSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.