@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.
|
List<String> |
getPageTypes()
Specify the page types for this Teletext page.
|
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.
|
void |
setPageTypes(Collection<String> pageTypes)
Specify the page types for this Teletext page.
|
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.
|
TeletextDestinationSettings |
withPageTypes(Collection<String> pageTypes)
Specify the page types for this Teletext page.
|
TeletextDestinationSettings |
withPageTypes(String... pageTypes)
Specify the page types for this Teletext page.
|
TeletextDestinationSettings |
withPageTypes(TeletextPageType... pageTypes)
Specify the page types for this Teletext page.
|
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 List<String> getPageTypes()
TeletextPageTypepublic void setPageTypes(Collection<String> pageTypes)
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle (PAGE_TYPE_SUBTITLE). If you pass through the entire set of
Teletext data, don't use this field. When you pass through a set of Teletext pages, your output has the
same page types as your input.TeletextPageTypepublic TeletextDestinationSettings withPageTypes(String... pageTypes)
NOTE: This method appends the values to the existing list (if any). Use
setPageTypes(java.util.Collection) or withPageTypes(java.util.Collection) if you want to
override the existing values.
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle (PAGE_TYPE_SUBTITLE). If you pass through the entire set of
Teletext data, don't use this field. When you pass through a set of Teletext pages, your output has the
same page types as your input.TeletextPageTypepublic TeletextDestinationSettings withPageTypes(Collection<String> pageTypes)
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle (PAGE_TYPE_SUBTITLE). If you pass through the entire set of
Teletext data, don't use this field. When you pass through a set of Teletext pages, your output has the
same page types as your input.TeletextPageTypepublic TeletextDestinationSettings withPageTypes(TeletextPageType... pageTypes)
pageTypes - Specify the page types for this Teletext page. If you don't specify a value here, the service sets the
page type to the default value Subtitle (PAGE_TYPE_SUBTITLE). If you pass through the entire set of
Teletext data, don't use this field. When you pass through a set of Teletext pages, your output has the
same page types as your input.TeletextPageTypepublic String toString()
toString in class ObjectObject.toString()public TeletextDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.