@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 |
getStylePassthrough()
If your input captions format is teletext or teletext inside of STL, enable this setting to pass through style,
color, and position information to your WebVTT output captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStylePassthrough(String stylePassthrough)
If your input captions format is teletext or teletext inside of STL, enable this setting to pass through style,
color, and position information to your WebVTT output captions.
|
String |
toString()
Returns a string representation of this object.
|
WebvttDestinationSettings |
withStylePassthrough(String stylePassthrough)
If your input captions format is teletext or teletext inside of STL, enable this setting to pass through style,
color, and position information to your WebVTT output captions.
|
WebvttDestinationSettings |
withStylePassthrough(WebvttStylePassthrough stylePassthrough)
If your input captions format is teletext or teletext inside of STL, enable this setting to pass through style,
color, and position information to your WebVTT output captions.
|
public void setStylePassthrough(String stylePassthrough)
stylePassthrough - If your input captions format is teletext or teletext inside of STL, enable this setting to pass through
style, color, and position information to your WebVTT output captions.WebvttStylePassthroughpublic String getStylePassthrough()
WebvttStylePassthroughpublic WebvttDestinationSettings withStylePassthrough(String stylePassthrough)
stylePassthrough - If your input captions format is teletext or teletext inside of STL, enable this setting to pass through
style, color, and position information to your WebVTT output captions.WebvttStylePassthroughpublic WebvttDestinationSettings withStylePassthrough(WebvttStylePassthrough stylePassthrough)
stylePassthrough - If your input captions format is teletext or teletext inside of STL, enable this setting to pass through
style, color, and position information to your WebVTT output captions.WebvttStylePassthroughpublic String toString()
toString in class ObjectObject.toString()public WebvttDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.