@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filter extends Object implements Serializable, Cloneable, StructuredPojo
The structure representing the filters supported by a RasterDataCollection.
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
Float |
getMaximum()
The maximum value of the filter.
|
Float |
getMinimum()
The minimum value of the filter.
|
String |
getName()
The name of the filter.
|
String |
getType()
The type of the filter being used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaximum(Float maximum)
The maximum value of the filter.
|
void |
setMinimum(Float minimum)
The minimum value of the filter.
|
void |
setName(String name)
The name of the filter.
|
void |
setType(String type)
The type of the filter being used.
|
String |
toString()
Returns a string representation of this object.
|
Filter |
withMaximum(Float maximum)
The maximum value of the filter.
|
Filter |
withMinimum(Float minimum)
The minimum value of the filter.
|
Filter |
withName(String name)
The name of the filter.
|
Filter |
withType(String type)
The type of the filter being used.
|
public void setMaximum(Float maximum)
The maximum value of the filter.
maximum - The maximum value of the filter.public Float getMaximum()
The maximum value of the filter.
public Filter withMaximum(Float maximum)
The maximum value of the filter.
maximum - The maximum value of the filter.public void setMinimum(Float minimum)
The minimum value of the filter.
minimum - The minimum value of the filter.public Float getMinimum()
The minimum value of the filter.
public Filter withMinimum(Float minimum)
The minimum value of the filter.
minimum - The minimum value of the filter.public void setName(String name)
The name of the filter.
name - The name of the filter.public String getName()
The name of the filter.
public Filter withName(String name)
The name of the filter.
name - The name of the filter.public void setType(String type)
The type of the filter being used.
type - The type of the filter being used.public String getType()
The type of the filter being used.
public Filter withType(String type)
The type of the filter being used.
type - The type of the filter being used.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.