@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapFilter extends Object implements Serializable, Cloneable, StructuredPojo
The map filter for querying findings.
| Constructor and Description |
|---|
MapFilter() |
| Modifier and Type | Method and Description |
|---|---|
MapFilter |
clone() |
boolean |
equals(Object obj) |
String |
getComparison()
Represents the condition to be applied to a key value when querying for findings with a map filter.
|
String |
getKey()
The key of the map filter.
|
String |
getValue()
The value for the key in the map filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComparison(String comparison)
Represents the condition to be applied to a key value when querying for findings with a map filter.
|
void |
setKey(String key)
The key of the map filter.
|
void |
setValue(String value)
The value for the key in the map filter.
|
String |
toString()
Returns a string representation of this object.
|
MapFilter |
withComparison(MapFilterComparison comparison)
Represents the condition to be applied to a key value when querying for findings with a map filter.
|
MapFilter |
withComparison(String comparison)
Represents the condition to be applied to a key value when querying for findings with a map filter.
|
MapFilter |
withKey(String key)
The key of the map filter.
|
MapFilter |
withValue(String value)
The value for the key in the map filter.
|
public void setKey(String key)
The key of the map filter.
key - The key of the map filter.public String getKey()
The key of the map filter.
public MapFilter withKey(String key)
The key of the map filter.
key - The key of the map filter.public void setValue(String value)
The value for the key in the map filter.
value - The value for the key in the map filter.public String getValue()
The value for the key in the map filter.
public MapFilter withValue(String value)
The value for the key in the map filter.
value - The value for the key in the map filter.public void setComparison(String comparison)
Represents the condition to be applied to a key value when querying for findings with a map filter.
comparison - Represents the condition to be applied to a key value when querying for findings with a map filter.MapFilterComparisonpublic String getComparison()
Represents the condition to be applied to a key value when querying for findings with a map filter.
MapFilterComparisonpublic MapFilter withComparison(String comparison)
Represents the condition to be applied to a key value when querying for findings with a map filter.
comparison - Represents the condition to be applied to a key value when querying for findings with a map filter.MapFilterComparisonpublic MapFilter withComparison(MapFilterComparison comparison)
Represents the condition to be applied to a key value when querying for findings with a map filter.
comparison - Represents the condition to be applied to a key value when querying for findings with a map filter.MapFilterComparisonpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.