@Generated(value="software.amazon.awssdk:codegen") public final class F4vSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<F4vSettings.Builder,F4vSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
F4vSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static F4vSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
F4vMoovPlacement |
moovPlacement()
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
String |
moovPlacementAsString()
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends F4vSettings.Builder> |
serializableBuilderClass() |
F4vSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public F4vMoovPlacement moovPlacement()
If the service returns an enum value that is not available in the current SDK version, moovPlacement
will return F4vMoovPlacement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from moovPlacementAsString()
.
F4vMoovPlacement
public String moovPlacementAsString()
If the service returns an enum value that is not available in the current SDK version, moovPlacement
will return F4vMoovPlacement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from moovPlacementAsString()
.
F4vMoovPlacement
public F4vSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<F4vSettings.Builder,F4vSettings>
public static F4vSettings.Builder builder()
public static Class<? extends F4vSettings.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.