@Generated(value="software.amazon.awssdk:codegen") public final class IPSetMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IPSetMetadata.Builder,IPSetMetadata>
General information about the IP set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IPSetMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IPSetMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
resolvedCIDRCount()
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IPSetMetadata.Builder> |
serializableBuilderClass() |
IPSetMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
AvailableCIDRCount.public IPSetMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IPSetMetadata.Builder,IPSetMetadata>public static IPSetMetadata.Builder builder()
public static Class<? extends IPSetMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.