@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public BooleanFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.