@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 |
getStylePassthrough()
Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML
output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStylePassthrough(String stylePassthrough)
Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML
output.
|
String |
toString()
Returns a string representation of this object.
|
TtmlDestinationSettings |
withStylePassthrough(String stylePassthrough)
Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML
output.
|
TtmlDestinationSettings |
withStylePassthrough(TtmlStylePassthrough stylePassthrough)
Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML
output.
|
public void setStylePassthrough(String stylePassthrough)
stylePassthrough - Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the
TTML output.TtmlStylePassthroughpublic String getStylePassthrough()
TtmlStylePassthroughpublic TtmlDestinationSettings withStylePassthrough(String stylePassthrough)
stylePassthrough - Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the
TTML output.TtmlStylePassthroughpublic TtmlDestinationSettings withStylePassthrough(TtmlStylePassthrough stylePassthrough)
stylePassthrough - Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the
TTML output.TtmlStylePassthroughpublic String toString()
toString in class ObjectObject.toString()public TtmlDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.