@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()
TeletextPageType
public 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.TeletextPageType
public 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.TeletextPageType
public 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.TeletextPageType
public 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.TeletextPageType
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.