@Generated(value="software.amazon.awssdk:codegen") public final class DnsRuleGroupLimitExceededViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DnsRuleGroupLimitExceededViolation.Builder,DnsRuleGroupLimitExceededViolation>
The VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DnsRuleGroupLimitExceededViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DnsRuleGroupLimitExceededViolation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numberOfRuleGroupsAlreadyAssociated()
The number of rule groups currently associated with the VPC.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DnsRuleGroupLimitExceededViolation.Builder> |
serializableBuilderClass() |
DnsRuleGroupLimitExceededViolation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
violationTarget()
Information about the VPC ID.
|
String |
violationTargetDescription()
A description of the violation that specifies the rule group and VPC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String violationTarget()
Information about the VPC ID.
public final String violationTargetDescription()
A description of the violation that specifies the rule group and VPC.
public final Integer numberOfRuleGroupsAlreadyAssociated()
The number of rule groups currently associated with the VPC.
public DnsRuleGroupLimitExceededViolation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DnsRuleGroupLimitExceededViolation.Builder,DnsRuleGroupLimitExceededViolation>public static DnsRuleGroupLimitExceededViolation.Builder builder()
public static Class<? extends DnsRuleGroupLimitExceededViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.