@Generated(value="software.amazon.awssdk:codegen") public final class ThirdPartyFirewallMissingSubnetViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThirdPartyFirewallMissingSubnetViolation.Builder,ThirdPartyFirewallMissingSubnetViolation>
The violation details for a third-party firewall for an Availability Zone that's missing the Firewall Manager managed subnet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThirdPartyFirewallMissingSubnetViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone of a subnet that's causing the violation.
|
static ThirdPartyFirewallMissingSubnetViolation.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 ThirdPartyFirewallMissingSubnetViolation.Builder> |
serializableBuilderClass() |
String |
targetViolationReason()
The reason the resource is causing the violation, if a reason is available.
|
ThirdPartyFirewallMissingSubnetViolation.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 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 subnet that's causing the violation.
public final String availabilityZone()
The Availability Zone of a subnet that's causing the violation.
public final String targetViolationReason()
The reason the resource is causing the violation, if a reason is available.
public ThirdPartyFirewallMissingSubnetViolation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThirdPartyFirewallMissingSubnetViolation.Builder,ThirdPartyFirewallMissingSubnetViolation>public static ThirdPartyFirewallMissingSubnetViolation.Builder builder()
public static Class<? extends ThirdPartyFirewallMissingSubnetViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.