@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NoiseReducerSpatialFilterSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
NoiseReducerSpatialFilterSettings() |
| Modifier and Type | Method and Description |
|---|---|
NoiseReducerSpatialFilterSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getPostFilterSharpenStrength()
Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at
maximum strength.
|
Integer |
getSpeed()
The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.
|
Integer |
getStrength()
Relative strength of noise reducing filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPostFilterSharpenStrength(Integer postFilterSharpenStrength)
Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at
maximum strength.
|
void |
setSpeed(Integer speed)
The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.
|
void |
setStrength(Integer strength)
Relative strength of noise reducing filter.
|
String |
toString()
Returns a string representation of this object.
|
NoiseReducerSpatialFilterSettings |
withPostFilterSharpenStrength(Integer postFilterSharpenStrength)
Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at
maximum strength.
|
NoiseReducerSpatialFilterSettings |
withSpeed(Integer speed)
The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.
|
NoiseReducerSpatialFilterSettings |
withStrength(Integer strength)
Relative strength of noise reducing filter.
|
public void setPostFilterSharpenStrength(Integer postFilterSharpenStrength)
postFilterSharpenStrength - Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it
at maximum strength.public Integer getPostFilterSharpenStrength()
public NoiseReducerSpatialFilterSettings withPostFilterSharpenStrength(Integer postFilterSharpenStrength)
postFilterSharpenStrength - Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it
at maximum strength.public void setSpeed(Integer speed)
speed - The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.public Integer getSpeed()
public NoiseReducerSpatialFilterSettings withSpeed(Integer speed)
speed - The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.public void setStrength(Integer strength)
strength - Relative strength of noise reducing filter. Higher values produce stronger filtering.public Integer getStrength()
public NoiseReducerSpatialFilterSettings withStrength(Integer strength)
strength - Relative strength of noise reducing filter. Higher values produce stronger filtering.public String toString()
toString in class ObjectObject.toString()public NoiseReducerSpatialFilterSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.