@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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 Object
Object.toString()
public TeletextDestinationSettings 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.