@Generated(value="software.amazon.awssdk:codegen") public final class FirewallSubnetMissingVPCEndpointViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FirewallSubnetMissingVPCEndpointViolation.Builder,FirewallSubnetMissingVPCEndpointViolation>
The violation details for a firewall subnet's VPC endpoint that's deleted or missing.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FirewallSubnetMissingVPCEndpointViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FirewallSubnetMissingVPCEndpointViolation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
firewallSubnetId()
The ID of the firewall that this VPC endpoint is associated with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FirewallSubnetMissingVPCEndpointViolation.Builder> |
serializableBuilderClass() |
String |
subnetAvailabilityZone()
The name of the Availability Zone of the deleted VPC subnet.
|
String |
subnetAvailabilityZoneId()
The ID of the Availability Zone of the deleted VPC subnet.
|
FirewallSubnetMissingVPCEndpointViolation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The resource ID of the VPC associated with the deleted VPC subnet.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String firewallSubnetId()
The ID of the firewall that this VPC endpoint is associated with.
public final String vpcId()
The resource ID of the VPC associated with the deleted VPC subnet.
public final String subnetAvailabilityZone()
The name of the Availability Zone of the deleted VPC subnet.
public final String subnetAvailabilityZoneId()
The ID of the Availability Zone of the deleted VPC subnet.
public FirewallSubnetMissingVPCEndpointViolation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FirewallSubnetMissingVPCEndpointViolation.Builder,FirewallSubnetMissingVPCEndpointViolation>public static FirewallSubnetMissingVPCEndpointViolation.Builder builder()
public static Class<? extends FirewallSubnetMissingVPCEndpointViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.