@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFirewallMissingSubnetViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>
Violation detail for Network Firewall for an Availability Zone that's missing the expected Firewall Manager managed subnet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFirewallMissingSubnetViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone of a violating subnet.
|
static NetworkFirewallMissingSubnetViolation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkFirewallMissingSubnetViolation.Builder> |
serializableBuilderClass() |
String |
targetViolationReason()
The reason the resource has this violation, if one is available.
|
NetworkFirewallMissingSubnetViolation.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 targetViolationReason()
The reason the resource has this violation, if one is available.
public NetworkFirewallMissingSubnetViolation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>public static NetworkFirewallMissingSubnetViolation.Builder builder()
public static Class<? extends NetworkFirewallMissingSubnetViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.