@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebvttDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
WebvttDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
WebvttDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getStyleControl()
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStyleControl(String styleControl)
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
|
String |
toString()
Returns a string representation of this object.
|
WebvttDestinationSettings |
withStyleControl(String styleControl)
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
|
WebvttDestinationSettings |
withStyleControl(WebvttDestinationStyleControl styleControl)
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
|
public void setStyleControl(String styleControl)
styleControl - Controls whether the color and position of the source captions is passed through to the WebVTT output
captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't
pass through the style. The output captions will not contain any font styling information.WebvttDestinationStyleControlpublic String getStyleControl()
WebvttDestinationStyleControlpublic WebvttDestinationSettings withStyleControl(String styleControl)
styleControl - Controls whether the color and position of the source captions is passed through to the WebVTT output
captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't
pass through the style. The output captions will not contain any font styling information.WebvttDestinationStyleControlpublic WebvttDestinationSettings withStyleControl(WebvttDestinationStyleControl styleControl)
styleControl - Controls whether the color and position of the source captions is passed through to the WebVTT output
captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't
pass through the style. The output captions will not contain any font styling information.WebvttDestinationStyleControlpublic String toString()
toString in class ObjectObject.toString()public WebvttDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.