@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CapacityUsageSummary extends Object implements Serializable, Cloneable, StructuredPojo
The capacity usage summary of the resources used by the ReferenceSets in a firewall.
| Constructor and Description |
|---|
CapacityUsageSummary() |
| Modifier and Type | Method and Description |
|---|---|
CapacityUsageSummary |
clone() |
boolean |
equals(Object obj) |
CIDRSummary |
getCIDRs()
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCIDRs(CIDRSummary cIDRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
|
String |
toString()
Returns a string representation of this object.
|
CapacityUsageSummary |
withCIDRs(CIDRSummary cIDRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
|
public void setCIDRs(CIDRSummary cIDRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
cIDRs - Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.public CIDRSummary getCIDRs()
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
public CapacityUsageSummary withCIDRs(CIDRSummary cIDRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
cIDRs - Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.public String toString()
toString in class ObjectObject.toString()public CapacityUsageSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.