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