@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()
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStylePassthrough(String stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
String |
toString()
Returns a string representation of this object.
|
WebvttDestinationSettings |
withStylePassthrough(String stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
WebvttDestinationSettings |
withStylePassthrough(WebvttStylePassthrough stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
public void setStylePassthrough(String stylePassthrough)
stylePassthrough
- Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input. Keep the default value, Disabled (DISABLED), for simplified output captions.WebvttStylePassthrough
public String getStylePassthrough()
WebvttStylePassthrough
public WebvttDestinationSettings withStylePassthrough(String stylePassthrough)
stylePassthrough
- Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input. Keep the default value, Disabled (DISABLED), for simplified output captions.WebvttStylePassthrough
public WebvttDestinationSettings withStylePassthrough(WebvttStylePassthrough stylePassthrough)
stylePassthrough
- Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input. Keep the default value, Disabled (DISABLED), for simplified 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.