@Generated(value="software.amazon.awssdk:codegen") public final class Deinterlacer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>
Modifier and Type | Class and Description |
---|---|
static interface |
Deinterlacer.Builder |
Modifier and Type | Method and Description |
---|---|
DeinterlaceAlgorithm |
algorithm()
Returns the value of the Algorithm property for this object.
|
String |
algorithmAsString()
Returns the value of the Algorithm property for this object.
|
static Deinterlacer.Builder |
builder() |
DeinterlacerControl |
control()
Returns the value of the Control property for this object.
|
String |
controlAsString()
Returns the value of the Control property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DeinterlacerMode |
mode()
Returns the value of the Mode property for this object.
|
String |
modeAsString()
Returns the value of the Mode property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Deinterlacer.Builder> |
serializableBuilderClass() |
Deinterlacer.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public DeinterlaceAlgorithm algorithm()
If the service returns an enum value that is not available in the current SDK version, algorithm
will
return DeinterlaceAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from algorithmAsString()
.
DeinterlaceAlgorithm
public String algorithmAsString()
If the service returns an enum value that is not available in the current SDK version, algorithm
will
return DeinterlaceAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from algorithmAsString()
.
DeinterlaceAlgorithm
public DeinterlacerControl control()
If the service returns an enum value that is not available in the current SDK version, control
will
return DeinterlacerControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from controlAsString()
.
DeinterlacerControl
public String controlAsString()
If the service returns an enum value that is not available in the current SDK version, control
will
return DeinterlacerControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from controlAsString()
.
DeinterlacerControl
public DeinterlacerMode mode()
If the service returns an enum value that is not available in the current SDK version, mode
will return
DeinterlacerMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modeAsString()
.
DeinterlacerMode
public String modeAsString()
If the service returns an enum value that is not available in the current SDK version, mode
will return
DeinterlacerMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modeAsString()
.
DeinterlacerMode
public Deinterlacer.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>
public static Deinterlacer.Builder builder()
public static Class<? extends Deinterlacer.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.