@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class F4vSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
F4vSettings() |
| Modifier and Type | Method and Description |
|---|---|
F4vSettings |
clone() |
boolean |
equals(Object obj) |
String |
getMoovPlacement()
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank
or choose Progressive download.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMoovPlacement(String moovPlacement)
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank
or choose Progressive download.
|
String |
toString()
Returns a string representation of this object.
|
F4vSettings |
withMoovPlacement(F4vMoovPlacement moovPlacement)
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank
or choose Progressive download.
|
F4vSettings |
withMoovPlacement(String moovPlacement)
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank
or choose Progressive download.
|
public void setMoovPlacement(String moovPlacement)
moovPlacement - To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave
blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.F4vMoovPlacementpublic String getMoovPlacement()
F4vMoovPlacementpublic F4vSettings withMoovPlacement(String moovPlacement)
moovPlacement - To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave
blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.F4vMoovPlacementpublic F4vSettings withMoovPlacement(F4vMoovPlacement moovPlacement)
moovPlacement - To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave
blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.F4vMoovPlacementpublic String toString()
toString in class ObjectObject.toString()public F4vSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.