@Generated(value="software.amazon.awssdk:codegen") public final class ThirdPartyFirewallMissingExpectedRouteTableViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder,ThirdPartyFirewallMissingExpectedRouteTableViolation>
The violation details for a third-party firewall that's not associated with an Firewall Manager managed route table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone of the firewall subnet that's causing the violation.
|
static ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
builder() |
String |
currentRouteTable()
The resource ID of the current route table that's associated with the subnet, if one is available.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expectedRouteTable()
The resource ID of the route table that should be associated with the subnet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder> |
serializableBuilderClass() |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
violationTarget()
The ID of the third-party firewall or VPC resource that's causing the violation.
|
String |
vpc()
The resource ID of the VPC associated with a fireawll subnet that's causing the violation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String violationTarget()
The ID of the third-party firewall or VPC resource that's causing the violation.
public final String vpc()
The resource ID of the VPC associated with a fireawll subnet that's causing the violation.
public final String availabilityZone()
The Availability Zone of the firewall subnet that's causing the violation.
public final String currentRouteTable()
The resource ID of the current route table that's associated with the subnet, if one is available.
public final String expectedRouteTable()
The resource ID of the route table that should be associated with the subnet.
public ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder toBuilder()
public static ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder builder()
public static Class<? extends ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.