@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkFirewallInvalidRouteConfigurationViolation extends Object implements Serializable, Cloneable, StructuredPojo
Violation detail for the improperly configured subnet route. It's possible there is a missing route table route, or a configuration that causes traffic to cross an Availability Zone boundary.
Constructor and Description |
---|
NetworkFirewallInvalidRouteConfigurationViolation() |
Modifier and Type | Method and Description |
---|---|
NetworkFirewallInvalidRouteConfigurationViolation |
clone() |
boolean |
equals(Object obj) |
String |
getActualFirewallEndpoint()
The actual firewall endpoint.
|
String |
getActualFirewallSubnetId()
The actual subnet ID for the firewall.
|
List<Route> |
getActualFirewallSubnetRoutes()
The actual firewall subnet routes that are expected.
|
List<Route> |
getActualInternetGatewayRoutes()
The actual internet gateway routes.
|
List<String> |
getAffectedSubnets()
The subnets that are affected.
|
String |
getCurrentFirewallSubnetRouteTable()
The subnet route table for the current firewall.
|
String |
getCurrentInternetGatewayRouteTable()
The route table for the current internet gateway.
|
String |
getExpectedFirewallEndpoint()
The firewall endpoint that's expected.
|
String |
getExpectedFirewallSubnetId()
The expected subnet ID for the firewall.
|
List<ExpectedRoute> |
getExpectedFirewallSubnetRoutes()
The firewall subnet routes that are expected.
|
List<ExpectedRoute> |
getExpectedInternetGatewayRoutes()
The expected routes for the internet gateway.
|
String |
getInternetGatewayId()
The internet gateway ID.
|
Boolean |
getIsRouteTableUsedInDifferentAZ()
Information about whether the route table is used in another Availability Zone.
|
String |
getRouteTableId()
The route table ID.
|
Route |
getViolatingRoute()
The route that's in violation.
|
String |
getVpcId()
Information about the VPC ID.
|
int |
hashCode() |
Boolean |
isRouteTableUsedInDifferentAZ()
Information about whether the route table is used in another Availability Zone.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActualFirewallEndpoint(String actualFirewallEndpoint)
The actual firewall endpoint.
|
void |
setActualFirewallSubnetId(String actualFirewallSubnetId)
The actual subnet ID for the firewall.
|
void |
setActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
|
void |
setActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
|
void |
setAffectedSubnets(Collection<String> affectedSubnets)
The subnets that are affected.
|
void |
setCurrentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
The subnet route table for the current firewall.
|
void |
setCurrentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The route table for the current internet gateway.
|
void |
setExpectedFirewallEndpoint(String expectedFirewallEndpoint)
The firewall endpoint that's expected.
|
void |
setExpectedFirewallSubnetId(String expectedFirewallSubnetId)
The expected subnet ID for the firewall.
|
void |
setExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
void |
setExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
|
void |
setInternetGatewayId(String internetGatewayId)
The internet gateway ID.
|
void |
setIsRouteTableUsedInDifferentAZ(Boolean isRouteTableUsedInDifferentAZ)
Information about whether the route table is used in another Availability Zone.
|
void |
setRouteTableId(String routeTableId)
The route table ID.
|
void |
setViolatingRoute(Route violatingRoute)
The route that's in violation.
|
void |
setVpcId(String vpcId)
Information about the VPC ID.
|
String |
toString()
Returns a string representation of this object.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withActualFirewallEndpoint(String actualFirewallEndpoint)
The actual firewall endpoint.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withActualFirewallSubnetId(String actualFirewallSubnetId)
The actual subnet ID for the firewall.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withActualFirewallSubnetRoutes(Route... actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withActualInternetGatewayRoutes(Route... actualInternetGatewayRoutes)
The actual internet gateway routes.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withAffectedSubnets(Collection<String> affectedSubnets)
The subnets that are affected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withAffectedSubnets(String... affectedSubnets)
The subnets that are affected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withCurrentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
The subnet route table for the current firewall.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withCurrentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The route table for the current internet gateway.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withExpectedFirewallEndpoint(String expectedFirewallEndpoint)
The firewall endpoint that's expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withExpectedFirewallSubnetId(String expectedFirewallSubnetId)
The expected subnet ID for the firewall.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withExpectedFirewallSubnetRoutes(ExpectedRoute... expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withExpectedInternetGatewayRoutes(ExpectedRoute... expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withInternetGatewayId(String internetGatewayId)
The internet gateway ID.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withIsRouteTableUsedInDifferentAZ(Boolean isRouteTableUsedInDifferentAZ)
Information about whether the route table is used in another Availability Zone.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withRouteTableId(String routeTableId)
The route table ID.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withViolatingRoute(Route violatingRoute)
The route that's in violation.
|
NetworkFirewallInvalidRouteConfigurationViolation |
withVpcId(String vpcId)
Information about the VPC ID.
|
public NetworkFirewallInvalidRouteConfigurationViolation()
public List<String> getAffectedSubnets()
The subnets that are affected.
public void setAffectedSubnets(Collection<String> affectedSubnets)
The subnets that are affected.
affectedSubnets
- The subnets that are affected.public NetworkFirewallInvalidRouteConfigurationViolation withAffectedSubnets(String... affectedSubnets)
The subnets that are affected.
NOTE: This method appends the values to the existing list (if any). Use
setAffectedSubnets(java.util.Collection)
or withAffectedSubnets(java.util.Collection)
if you
want to override the existing values.
affectedSubnets
- The subnets that are affected.public NetworkFirewallInvalidRouteConfigurationViolation withAffectedSubnets(Collection<String> affectedSubnets)
The subnets that are affected.
affectedSubnets
- The subnets that are affected.public void setRouteTableId(String routeTableId)
The route table ID.
routeTableId
- The route table ID.public String getRouteTableId()
The route table ID.
public NetworkFirewallInvalidRouteConfigurationViolation withRouteTableId(String routeTableId)
The route table ID.
routeTableId
- The route table ID.public void setIsRouteTableUsedInDifferentAZ(Boolean isRouteTableUsedInDifferentAZ)
Information about whether the route table is used in another Availability Zone.
isRouteTableUsedInDifferentAZ
- Information about whether the route table is used in another Availability Zone.public Boolean getIsRouteTableUsedInDifferentAZ()
Information about whether the route table is used in another Availability Zone.
public NetworkFirewallInvalidRouteConfigurationViolation withIsRouteTableUsedInDifferentAZ(Boolean isRouteTableUsedInDifferentAZ)
Information about whether the route table is used in another Availability Zone.
isRouteTableUsedInDifferentAZ
- Information about whether the route table is used in another Availability Zone.public Boolean isRouteTableUsedInDifferentAZ()
Information about whether the route table is used in another Availability Zone.
public void setViolatingRoute(Route violatingRoute)
The route that's in violation.
violatingRoute
- The route that's in violation.public Route getViolatingRoute()
The route that's in violation.
public NetworkFirewallInvalidRouteConfigurationViolation withViolatingRoute(Route violatingRoute)
The route that's in violation.
violatingRoute
- The route that's in violation.public void setCurrentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
The subnet route table for the current firewall.
currentFirewallSubnetRouteTable
- The subnet route table for the current firewall.public String getCurrentFirewallSubnetRouteTable()
The subnet route table for the current firewall.
public NetworkFirewallInvalidRouteConfigurationViolation withCurrentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
The subnet route table for the current firewall.
currentFirewallSubnetRouteTable
- The subnet route table for the current firewall.public void setExpectedFirewallEndpoint(String expectedFirewallEndpoint)
The firewall endpoint that's expected.
expectedFirewallEndpoint
- The firewall endpoint that's expected.public String getExpectedFirewallEndpoint()
The firewall endpoint that's expected.
public NetworkFirewallInvalidRouteConfigurationViolation withExpectedFirewallEndpoint(String expectedFirewallEndpoint)
The firewall endpoint that's expected.
expectedFirewallEndpoint
- The firewall endpoint that's expected.public void setActualFirewallEndpoint(String actualFirewallEndpoint)
The actual firewall endpoint.
actualFirewallEndpoint
- The actual firewall endpoint.public String getActualFirewallEndpoint()
The actual firewall endpoint.
public NetworkFirewallInvalidRouteConfigurationViolation withActualFirewallEndpoint(String actualFirewallEndpoint)
The actual firewall endpoint.
actualFirewallEndpoint
- The actual firewall endpoint.public void setExpectedFirewallSubnetId(String expectedFirewallSubnetId)
The expected subnet ID for the firewall.
expectedFirewallSubnetId
- The expected subnet ID for the firewall.public String getExpectedFirewallSubnetId()
The expected subnet ID for the firewall.
public NetworkFirewallInvalidRouteConfigurationViolation withExpectedFirewallSubnetId(String expectedFirewallSubnetId)
The expected subnet ID for the firewall.
expectedFirewallSubnetId
- The expected subnet ID for the firewall.public void setActualFirewallSubnetId(String actualFirewallSubnetId)
The actual subnet ID for the firewall.
actualFirewallSubnetId
- The actual subnet ID for the firewall.public String getActualFirewallSubnetId()
The actual subnet ID for the firewall.
public NetworkFirewallInvalidRouteConfigurationViolation withActualFirewallSubnetId(String actualFirewallSubnetId)
The actual subnet ID for the firewall.
actualFirewallSubnetId
- The actual subnet ID for the firewall.public List<ExpectedRoute> getExpectedFirewallSubnetRoutes()
The firewall subnet routes that are expected.
public void setExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
expectedFirewallSubnetRoutes
- The firewall subnet routes that are expected.public NetworkFirewallInvalidRouteConfigurationViolation withExpectedFirewallSubnetRoutes(ExpectedRoute... expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
NOTE: This method appends the values to the existing list (if any). Use
setExpectedFirewallSubnetRoutes(java.util.Collection)
or
withExpectedFirewallSubnetRoutes(java.util.Collection)
if you want to override the existing values.
expectedFirewallSubnetRoutes
- The firewall subnet routes that are expected.public NetworkFirewallInvalidRouteConfigurationViolation withExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
expectedFirewallSubnetRoutes
- The firewall subnet routes that are expected.public List<Route> getActualFirewallSubnetRoutes()
The actual firewall subnet routes that are expected.
public void setActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
actualFirewallSubnetRoutes
- The actual firewall subnet routes that are expected.public NetworkFirewallInvalidRouteConfigurationViolation withActualFirewallSubnetRoutes(Route... actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
NOTE: This method appends the values to the existing list (if any). Use
setActualFirewallSubnetRoutes(java.util.Collection)
or
withActualFirewallSubnetRoutes(java.util.Collection)
if you want to override the existing values.
actualFirewallSubnetRoutes
- The actual firewall subnet routes that are expected.public NetworkFirewallInvalidRouteConfigurationViolation withActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
actualFirewallSubnetRoutes
- The actual firewall subnet routes that are expected.public void setInternetGatewayId(String internetGatewayId)
The internet gateway ID.
internetGatewayId
- The internet gateway ID.public String getInternetGatewayId()
The internet gateway ID.
public NetworkFirewallInvalidRouteConfigurationViolation withInternetGatewayId(String internetGatewayId)
The internet gateway ID.
internetGatewayId
- The internet gateway ID.public void setCurrentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The route table for the current internet gateway.
currentInternetGatewayRouteTable
- The route table for the current internet gateway.public String getCurrentInternetGatewayRouteTable()
The route table for the current internet gateway.
public NetworkFirewallInvalidRouteConfigurationViolation withCurrentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The route table for the current internet gateway.
currentInternetGatewayRouteTable
- The route table for the current internet gateway.public List<ExpectedRoute> getExpectedInternetGatewayRoutes()
The expected routes for the internet gateway.
public void setExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
expectedInternetGatewayRoutes
- The expected routes for the internet gateway.public NetworkFirewallInvalidRouteConfigurationViolation withExpectedInternetGatewayRoutes(ExpectedRoute... expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
NOTE: This method appends the values to the existing list (if any). Use
setExpectedInternetGatewayRoutes(java.util.Collection)
or
withExpectedInternetGatewayRoutes(java.util.Collection)
if you want to override the existing values.
expectedInternetGatewayRoutes
- The expected routes for the internet gateway.public NetworkFirewallInvalidRouteConfigurationViolation withExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
expectedInternetGatewayRoutes
- The expected routes for the internet gateway.public List<Route> getActualInternetGatewayRoutes()
The actual internet gateway routes.
public void setActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
actualInternetGatewayRoutes
- The actual internet gateway routes.public NetworkFirewallInvalidRouteConfigurationViolation withActualInternetGatewayRoutes(Route... actualInternetGatewayRoutes)
The actual internet gateway routes.
NOTE: This method appends the values to the existing list (if any). Use
setActualInternetGatewayRoutes(java.util.Collection)
or
withActualInternetGatewayRoutes(java.util.Collection)
if you want to override the existing values.
actualInternetGatewayRoutes
- The actual internet gateway routes.public NetworkFirewallInvalidRouteConfigurationViolation withActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
actualInternetGatewayRoutes
- The actual internet gateway routes.public void setVpcId(String vpcId)
Information about the VPC ID.
vpcId
- Information about the VPC ID.public String getVpcId()
Information about the VPC ID.
public NetworkFirewallInvalidRouteConfigurationViolation withVpcId(String vpcId)
Information about the VPC ID.
vpcId
- Information about the VPC ID.public String toString()
toString
in class Object
Object.toString()
public NetworkFirewallInvalidRouteConfigurationViolation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Datenschutz | Nutzungsbedingungen für die Website | Cookie-Einstellungen | © 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.