@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Deinterlacer extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Deinterlacer() |
Modifier and Type | Method and Description |
---|---|
Deinterlacer |
clone() |
boolean |
equals(Object obj) |
String |
getAlgorithm() |
String |
getControl() |
String |
getMode() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlgorithm(String algorithm) |
void |
setControl(String control) |
void |
setMode(String mode) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Deinterlacer |
withAlgorithm(DeinterlaceAlgorithm algorithm) |
Deinterlacer |
withAlgorithm(String algorithm) |
Deinterlacer |
withControl(DeinterlacerControl control) |
Deinterlacer |
withControl(String control) |
Deinterlacer |
withMode(DeinterlacerMode mode) |
Deinterlacer |
withMode(String mode) |
public void setAlgorithm(String algorithm)
algorithm
- DeinterlaceAlgorithm
public String getAlgorithm()
DeinterlaceAlgorithm
public Deinterlacer withAlgorithm(String algorithm)
algorithm
- DeinterlaceAlgorithm
public Deinterlacer withAlgorithm(DeinterlaceAlgorithm algorithm)
algorithm
- DeinterlaceAlgorithm
public void setControl(String control)
control
- DeinterlacerControl
public String getControl()
DeinterlacerControl
public Deinterlacer withControl(String control)
control
- DeinterlacerControl
public Deinterlacer withControl(DeinterlacerControl control)
control
- DeinterlacerControl
public void setMode(String mode)
mode
- DeinterlacerMode
public String getMode()
DeinterlacerMode
public Deinterlacer withMode(String mode)
mode
- DeinterlacerMode
public Deinterlacer withMode(DeinterlacerMode mode)
mode
- DeinterlacerMode
public String toString()
toString
in class Object
Object.toString()
public Deinterlacer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.