@Generated(value="software.amazon.awssdk:codegen") public final class ThirdPartyFirewallMissingFirewallViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,ThirdPartyFirewallMissingFirewallViolation>
The violation details about a third-party firewall's subnet that doesn't have a Firewall Manager managed firewall in its VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThirdPartyFirewallMissingFirewallViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone of the third-party firewall that's causing the violation.
|
static ThirdPartyFirewallMissingFirewallViolation.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 ThirdPartyFirewallMissingFirewallViolation.Builder> |
serializableBuilderClass() |
String |
targetViolationReason()
The reason the resource is causing this violation, if a reason is available.
|
ThirdPartyFirewallMissingFirewallViolation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
violationTarget()
The ID of the third-party firewall that's causing the violation.
|
String |
vpc()
The resource ID of the VPC associated with a third-party firewall.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String violationTarget()
The ID of the third-party firewall that's causing the violation.
public final String vpc()
The resource ID of the VPC associated with a third-party firewall.
public final String availabilityZone()
The Availability Zone of the third-party firewall that's causing the violation.
public final String targetViolationReason()
The reason the resource is causing this violation, if a reason is available.
public ThirdPartyFirewallMissingFirewallViolation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,ThirdPartyFirewallMissingFirewallViolation>public static ThirdPartyFirewallMissingFirewallViolation.Builder builder()
public static Class<? extends ThirdPartyFirewallMissingFirewallViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.