@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) |
CaptionRectangle |
getOutputRectangle()
Optionally defines a region where TTML style captions will be displayed
|
String |
getPageNumber()
Specifies the teletext page number within the data stream from which to extract captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputRectangle(CaptionRectangle outputRectangle)
Optionally defines a region where TTML style captions will be displayed
|
void |
setPageNumber(String pageNumber)
Specifies the teletext page number within the data stream from which to extract captions.
|
String |
toString()
Returns a string representation of this object.
|
TeletextSourceSettings |
withOutputRectangle(CaptionRectangle outputRectangle)
Optionally defines a region where TTML style captions will be displayed
|
TeletextSourceSettings |
withPageNumber(String pageNumber)
Specifies the teletext page number within the data stream from which to extract captions.
|
public void setOutputRectangle(CaptionRectangle outputRectangle)
outputRectangle
- Optionally defines a region where TTML style captions will be displayedpublic CaptionRectangle getOutputRectangle()
public TeletextSourceSettings withOutputRectangle(CaptionRectangle outputRectangle)
outputRectangle
- Optionally defines a region where TTML style captions will be displayedpublic void setPageNumber(String pageNumber)
pageNumber
- Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100
(256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x"
prefix.public String getPageNumber()
public TeletextSourceSettings withPageNumber(String pageNumber)
pageNumber
- Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100
(256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x"
prefix.public String toString()
toString
in class Object
Object.toString()
public TeletextSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.