@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NoiseReducerFilterSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
NoiseReducerFilterSettings() |
| Modifier and Type | Method and Description |
|---|---|
NoiseReducerFilterSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getStrength()
Relative strength of noise reducing filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStrength(Integer strength)
Relative strength of noise reducing filter.
|
String |
toString()
Returns a string representation of this object.
|
NoiseReducerFilterSettings |
withStrength(Integer strength)
Relative strength of noise reducing filter.
|
public void setStrength(Integer strength)
strength - Relative strength of noise reducing filter. Higher values produce stronger filtering.public Integer getStrength()
public NoiseReducerFilterSettings withStrength(Integer strength)
strength - Relative strength of noise reducing filter. Higher values produce stronger filtering.public String toString()
toString in class ObjectObject.toString()public NoiseReducerFilterSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.