@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFirewallInternetTrafficNotInspectedViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallInternetTrafficNotInspectedViolation.Builder,NetworkFirewallInternetTrafficNotInspectedViolation>
Violation detail for the subnet for which internet traffic that hasn't been inspected.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFirewallInternetTrafficNotInspectedViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
actualFirewallSubnetRoutes()
The actual firewall subnet routes.
|
List<Route> |
actualInternetGatewayRoutes()
The actual internet gateway routes.
|
static NetworkFirewallInternetTrafficNotInspectedViolation.Builder |
builder() |
String |
currentFirewallSubnetRouteTable()
Information about the subnet route table for the current firewall.
|
String |
currentInternetGatewayRouteTable()
The current route table for the internet gateway.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expectedFirewallEndpoint()
The expected endpoint for the current firewall.
|
List<ExpectedRoute> |
expectedFirewallSubnetRoutes()
The firewall subnet routes that are expected.
|
List<ExpectedRoute> |
expectedInternetGatewayRoutes()
The internet gateway routes that are expected.
|
String |
firewallSubnetId()
The firewall subnet ID.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasActualFirewallSubnetRoutes()
Returns true if the ActualFirewallSubnetRoutes property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
boolean |
hasActualInternetGatewayRoutes()
Returns true if the ActualInternetGatewayRoutes property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
boolean |
hasExpectedFirewallSubnetRoutes()
Returns true if the ExpectedFirewallSubnetRoutes property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
boolean |
hasExpectedInternetGatewayRoutes()
Returns true if the ExpectedInternetGatewayRoutes property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasViolatingRoutes()
Returns true if the ViolatingRoutes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
internetGatewayId()
The internet gateway ID.
|
Boolean |
isRouteTableUsedInDifferentAZ()
Information about whether the route table is used in another Availability Zone.
|
String |
routeTableId()
Information about the route table ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkFirewallInternetTrafficNotInspectedViolation.Builder> |
serializableBuilderClass() |
String |
subnetAvailabilityZone()
The subnet Availability Zone.
|
String |
subnetId()
The subnet ID.
|
NetworkFirewallInternetTrafficNotInspectedViolation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<Route> |
violatingRoutes()
The route or routes that are in violation.
|
String |
vpcId()
Information about the VPC ID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String subnetId()
The subnet ID.
public final String subnetAvailabilityZone()
The subnet Availability Zone.
public final String routeTableId()
Information about the route table ID.
public final boolean hasViolatingRoutes()
public final List<Route> violatingRoutes()
The route or routes that are in violation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasViolatingRoutes() to see if a value was sent in this field.
public final Boolean isRouteTableUsedInDifferentAZ()
Information about whether the route table is used in another Availability Zone.
public final String currentFirewallSubnetRouteTable()
Information about the subnet route table for the current firewall.
public final String expectedFirewallEndpoint()
The expected endpoint for the current firewall.
public final String firewallSubnetId()
The firewall subnet ID.
public final boolean hasExpectedFirewallSubnetRoutes()
public final List<ExpectedRoute> expectedFirewallSubnetRoutes()
The firewall subnet routes that are expected.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExpectedFirewallSubnetRoutes() to see if a value was sent in this field.
public final boolean hasActualFirewallSubnetRoutes()
public final List<Route> actualFirewallSubnetRoutes()
The actual firewall subnet routes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasActualFirewallSubnetRoutes() to see if a value was sent in this field.
public final String internetGatewayId()
The internet gateway ID.
public final String currentInternetGatewayRouteTable()
The current route table for the internet gateway.
public final boolean hasExpectedInternetGatewayRoutes()
public final List<ExpectedRoute> expectedInternetGatewayRoutes()
The internet gateway routes that are expected.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExpectedInternetGatewayRoutes() to see if a value was sent in this field.
public final boolean hasActualInternetGatewayRoutes()
public final List<Route> actualInternetGatewayRoutes()
The actual internet gateway routes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasActualInternetGatewayRoutes() to see if a value was sent in this field.
public final String vpcId()
Information about the VPC ID.
public NetworkFirewallInternetTrafficNotInspectedViolation.Builder toBuilder()
public static NetworkFirewallInternetTrafficNotInspectedViolation.Builder builder()
public static Class<? extends NetworkFirewallInternetTrafficNotInspectedViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.