@Generated(value="software.amazon.awssdk:codegen") public class Deinterlacer extends Object implements StructuredPojo, 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 |
algorithmString()
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 |
controlString()
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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
DeinterlacerMode |
mode()
Returns the value of the Mode property for this object.
|
String |
modeString()
Returns the value of the Mode property for this object.
|
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() |
copypublic 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 algorithmString().
DeinterlaceAlgorithmpublic String algorithmString()
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 algorithmString().
DeinterlaceAlgorithmpublic 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 controlString().
DeinterlacerControlpublic String controlString()
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 controlString().
DeinterlacerControlpublic 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
modeString().
DeinterlacerModepublic String modeString()
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
modeString().
DeinterlacerModepublic Deinterlacer.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>public static Deinterlacer.Builder builder()
public static Class<? extends Deinterlacer.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.