@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)
Marshalls this structured data using the given
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.WebvttStylePassthrough
public String getStylePassthrough()
WebvttStylePassthrough
public 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.WebvttStylePassthrough
public 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.WebvttStylePassthrough
public String toString()
toString
in class Object
Object.toString()
public WebvttDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.