@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TtmlDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TtmlDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
TtmlDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getStyleControl()
When set to passthrough, passes through style and position information from a TTML-like input source (TTML,
SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStyleControl(String styleControl)
When set to passthrough, passes through style and position information from a TTML-like input source (TTML,
SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
|
String |
toString()
Returns a string representation of this object.
|
TtmlDestinationSettings |
withStyleControl(String styleControl)
When set to passthrough, passes through style and position information from a TTML-like input source (TTML,
SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
|
TtmlDestinationSettings |
withStyleControl(TtmlDestinationStyleControl styleControl)
When set to passthrough, passes through style and position information from a TTML-like input source (TTML,
SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
|
public void setStyleControl(String styleControl)
styleControl - When set to passthrough, passes through style and position information from a TTML-like input source
(TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.TtmlDestinationStyleControlpublic String getStyleControl()
TtmlDestinationStyleControlpublic TtmlDestinationSettings withStyleControl(String styleControl)
styleControl - When set to passthrough, passes through style and position information from a TTML-like input source
(TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.TtmlDestinationStyleControlpublic TtmlDestinationSettings withStyleControl(TtmlDestinationStyleControl styleControl)
styleControl - When set to passthrough, passes through style and position information from a TTML-like input source
(TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.TtmlDestinationStyleControlpublic String toString()
toString in class ObjectObject.toString()public TtmlDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.