@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TeletextDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TeletextDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
TeletextDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPageNumber()
Set pageNumber to the Teletext page number for the destination captions for this output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPageNumber(String pageNumber)
Set pageNumber to the Teletext page number for the destination captions for this output.
|
String |
toString()
Returns a string representation of this object.
|
TeletextDestinationSettings |
withPageNumber(String pageNumber)
Set pageNumber to the Teletext page number for the destination captions for this output.
|
public void setPageNumber(String pageNumber)
pageNumber - Set pageNumber to the Teletext page number for the destination captions for this output. This value must
be a three-digit hexadecimal string; strings ending in -FF are invalid. If you are passing through the
entire set of Teletext data, do not use this field.public String getPageNumber()
public TeletextDestinationSettings withPageNumber(String pageNumber)
pageNumber - Set pageNumber to the Teletext page number for the destination captions for this output. This value must
be a three-digit hexadecimal string; strings ending in -FF are invalid. If you are passing through the
entire set of Teletext data, do not use this field.public String toString()
toString in class ObjectObject.toString()public TeletextDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.