@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.