@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 Object
Object.toString()
public NoiseReducerFilterSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.