@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IPSetMetadata extends Object implements Serializable, Cloneable, StructuredPojo
General information about the IP set.
| Constructor and Description |
|---|
IPSetMetadata() |
| Modifier and Type | Method and Description |
|---|---|
IPSetMetadata |
clone() |
boolean |
equals(Object obj) |
Integer |
getResolvedCIDRCount()
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResolvedCIDRCount(Integer resolvedCIDRCount)
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall.
|
String |
toString()
Returns a string representation of this object.
|
IPSetMetadata |
withResolvedCIDRCount(Integer resolvedCIDRCount)
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall.
|
public void setResolvedCIDRCount(Integer resolvedCIDRCount)
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine
how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.
resolvedCIDRCount - Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To
determine how many CIDR blocks are available for you to use in a firewall, you can call
AvailableCIDRCount.public Integer getResolvedCIDRCount()
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine
how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.
AvailableCIDRCount.public IPSetMetadata withResolvedCIDRCount(Integer resolvedCIDRCount)
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine
how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.
resolvedCIDRCount - Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To
determine how many CIDR blocks are available for you to use in a firewall, you can call
AvailableCIDRCount.public String toString()
toString in class ObjectObject.toString()public IPSetMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.