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