Class FirewallSubnetIsOutOfScopeViolation

    • Method Detail

      • firewallSubnetId

        public final String firewallSubnetId()

        The ID of the firewall subnet that violates the policy scope.

        Returns:
        The ID of the firewall subnet that violates the policy scope.
      • vpcId

        public final String vpcId()

        The VPC ID of the firewall subnet that violates the policy scope.

        Returns:
        The VPC ID of the firewall subnet that violates the policy scope.
      • subnetAvailabilityZone

        public final String subnetAvailabilityZone()

        The Availability Zone of the firewall subnet that violates the policy scope.

        Returns:
        The Availability Zone of the firewall subnet that violates the policy scope.
      • subnetAvailabilityZoneId

        public final String subnetAvailabilityZoneId()

        The Availability Zone ID of the firewall subnet that violates the policy scope.

        Returns:
        The Availability Zone ID of the firewall subnet that violates the policy scope.
      • vpcEndpointId

        public final String vpcEndpointId()

        The VPC endpoint ID of the firewall subnet that violates the policy scope.

        Returns:
        The VPC endpoint ID of the firewall subnet that violates the policy scope.
      • 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)