@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()
This field is not currently supported and will not affect the output styling.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStyleControl(String styleControl)
This field is not currently supported and will not affect the output styling.
|
String |
toString()
Returns a string representation of this object.
|
TtmlDestinationSettings |
withStyleControl(String styleControl)
This field is not currently supported and will not affect the output styling.
|
TtmlDestinationSettings |
withStyleControl(TtmlDestinationStyleControl styleControl)
This field is not currently supported and will not affect the output styling.
|
public void setStyleControl(String styleControl)
styleControl - This field is not currently supported and will not affect the output styling. Leave the default value.TtmlDestinationStyleControlpublic String getStyleControl()
TtmlDestinationStyleControlpublic TtmlDestinationSettings withStyleControl(String styleControl)
styleControl - This field is not currently supported and will not affect the output styling. Leave the default value.TtmlDestinationStyleControlpublic TtmlDestinationSettings withStyleControl(TtmlDestinationStyleControl styleControl)
styleControl - This field is not currently supported and will not affect the output styling. Leave the default value.TtmlDestinationStyleControlpublic String toString()
toString in class ObjectObject.toString()public TtmlDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.