@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFirewallMissingExpectedRTViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallMissingExpectedRTViolation.Builder,NetworkFirewallMissingExpectedRTViolation>
Violation details for AWS 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 AWS 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 String violationTarget()
The ID of the AWS Network Firewall or VPC resource that's in violation.
public String vpc()
The resource ID of the VPC associated with a violating subnet.
public String availabilityZone()
The Availability Zone of a violating subnet.
public String currentRouteTable()
The resource ID of the current route table that's associated with the subnet, if one is available.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.