@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()
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMoovPlacement(String moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
String |
toString()
Returns a string representation of this object.
|
F4vSettings |
withMoovPlacement(F4vMoovPlacement moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
F4vSettings |
withMoovPlacement(String moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
public void setMoovPlacement(String moovPlacement)
moovPlacement - If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading. Otherwise it is placed normally at the end.F4vMoovPlacementpublic String getMoovPlacement()
F4vMoovPlacementpublic F4vSettings withMoovPlacement(String moovPlacement)
moovPlacement - If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading. Otherwise it is placed normally at the end.F4vMoovPlacementpublic F4vSettings withMoovPlacement(F4vMoovPlacement moovPlacement)
moovPlacement - If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading. Otherwise it is placed normally at the end.F4vMoovPlacementpublic String toString()
toString in class ObjectObject.toString()public F4vSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.