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