@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyFilter extends Object implements Serializable, Cloneable, StructuredPojo
The structure representing a single PropertyFilter.
| Constructor and Description |
|---|
PropertyFilter() |
| Modifier and Type | Method and Description |
|---|---|
PropertyFilter |
clone() |
boolean |
equals(Object obj) |
Property |
getProperty()
Represents a single property to match with when searching a raster data collection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setProperty(Property property)
Represents a single property to match with when searching a raster data collection.
|
String |
toString()
Returns a string representation of this object.
|
PropertyFilter |
withProperty(Property property)
Represents a single property to match with when searching a raster data collection.
|
public void setProperty(Property property)
Represents a single property to match with when searching a raster data collection.
property - Represents a single property to match with when searching a raster data collection.public Property getProperty()
Represents a single property to match with when searching a raster data collection.
public PropertyFilter withProperty(Property property)
Represents a single property to match with when searching a raster data collection.
property - Represents a single property to match with when searching a raster data collection.public String toString()
toString in class ObjectObject.toString()public PropertyFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.