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