@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.F4vMoovPlacement
public String getMoovPlacement()
F4vMoovPlacement
public 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.F4vMoovPlacement
public 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.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.