Class NetworkFirewallMissingExpectedRTViolation

    • Method Detail

      • violationTarget

        public final String violationTarget()

        The ID of the Network Firewall or VPC resource that's in violation.

        Returns:
        The ID of the Network Firewall or VPC resource that's in violation.
      • vpc

        public final String vpc()

        The resource ID of the VPC associated with a violating subnet.

        Returns:
        The resource ID of the VPC associated with a violating subnet.
      • availabilityZone

        public final String availabilityZone()

        The Availability Zone of a violating subnet.

        Returns:
        The Availability Zone of a violating subnet.
      • currentRouteTable

        public final String currentRouteTable()

        The resource ID of the current route table that's associated with the subnet, if one is available.

        Returns:
        The resource ID of the current route table that's associated with the subnet, if one is available.
      • expectedRouteTable

        public final String expectedRouteTable()

        The resource ID of the route table that should be associated with the subnet.

        Returns:
        The resource ID of the route table that should be associated with the subnet.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)