@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeywordFilter extends Object implements Serializable, Cloneable, StructuredPojo
A keyword filter for querying findings.
| Constructor and Description |
|---|
KeywordFilter() |
| Modifier and Type | Method and Description |
|---|---|
KeywordFilter |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
A value for the keyword.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValue(String value)
A value for the keyword.
|
String |
toString()
Returns a string representation of this object.
|
KeywordFilter |
withValue(String value)
A value for the keyword.
|
public void setValue(String value)
A value for the keyword.
value - A value for the keyword.public String getValue()
A value for the keyword.
public KeywordFilter withValue(String value)
A value for the keyword.
value - A value for the keyword.public String toString()
toString in class ObjectObject.toString()public KeywordFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.