@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()
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 |
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 |
withPageNumber(String pageNumber)
Specifies the teletext page number within the data stream from which to extract captions.
|
public 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.