@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpFilter extends Object implements Serializable, Cloneable, StructuredPojo
The IP filter for querying findings.
| Constructor and Description |
|---|
IpFilter() |
| Modifier and Type | Method and Description |
|---|---|
IpFilter |
clone() |
boolean |
equals(Object obj) |
String |
getCidr()
A finding's CIDR value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCidr(String cidr)
A finding's CIDR value.
|
String |
toString()
Returns a string representation of this object.
|
IpFilter |
withCidr(String cidr)
A finding's CIDR value.
|
public void setCidr(String cidr)
A finding's CIDR value.
cidr - A finding's CIDR value.public String getCidr()
A finding's CIDR value.
public IpFilter withCidr(String cidr)
A finding's CIDR value.
cidr - A finding's CIDR value.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.