@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFirewallMissingExpectedRTViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallMissingExpectedRTViolation.Builder,NetworkFirewallMissingExpectedRTViolation>
Violation detail for Network Firewall for a subnet that's not associated to the expected Firewall Manager managed route table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFirewallMissingExpectedRTViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone of a violating subnet.
|
static NetworkFirewallMissingExpectedRTViolation.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 NetworkFirewallMissingExpectedRTViolation.Builder> |
serializableBuilderClass() |
NetworkFirewallMissingExpectedRTViolation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
violationTarget()
The ID of the Network Firewall or VPC resource that's in violation.
|
String |
vpc()
The resource ID of the VPC associated with a violating subnet.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String violationTarget()
The ID of the Network Firewall or VPC resource that's in violation.
public final String vpc()
The resource ID of the VPC associated with a violating subnet.
public final String availabilityZone()
The Availability Zone of a violating subnet.
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 NetworkFirewallMissingExpectedRTViolation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFirewallMissingExpectedRTViolation.Builder,NetworkFirewallMissingExpectedRTViolation>public static NetworkFirewallMissingExpectedRTViolation.Builder builder()
public static Class<? extends NetworkFirewallMissingExpectedRTViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.