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