Class DnsRuleGroupLimitExceededViolation
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.DnsRuleGroupLimitExceededViolation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DnsRuleGroupLimitExceededViolation.Builder,DnsRuleGroupLimitExceededViolation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDnsRuleGroupLimitExceededViolation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DnsRuleGroupLimitExceededViolation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernumberOfRuleGroupsAlreadyAssociated()The number of rule groups currently associated with the VPC.List<SdkField<?>>sdkFields()static Class<? extends DnsRuleGroupLimitExceededViolation.Builder>serializableBuilderClass()DnsRuleGroupLimitExceededViolation.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringviolationTarget()Information about the VPC ID.StringviolationTargetDescription()A description of the violation that specifies the rule group and VPC.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
violationTarget
public final String violationTarget()
Information about the VPC ID.
- Returns:
- Information about the VPC ID.
-
violationTargetDescription
public final String violationTargetDescription()
A description of the violation that specifies the rule group and VPC.
- Returns:
- A description of the violation that specifies the rule group and VPC.
-
numberOfRuleGroupsAlreadyAssociated
public final Integer numberOfRuleGroupsAlreadyAssociated()
The number of rule groups currently associated with the VPC.
- Returns:
- The number of rule groups currently associated with the VPC.
-
toBuilder
public DnsRuleGroupLimitExceededViolation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DnsRuleGroupLimitExceededViolation.Builder,DnsRuleGroupLimitExceededViolation>
-
builder
public static DnsRuleGroupLimitExceededViolation.Builder builder()
-
serializableBuilderClass
public static Class<? extends DnsRuleGroupLimitExceededViolation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-