Class FirewallSubnetMissingVPCEndpointViolation
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.FirewallSubnetMissingVPCEndpointViolation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FirewallSubnetMissingVPCEndpointViolation.Builder,FirewallSubnetMissingVPCEndpointViolation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFirewallSubnetMissingVPCEndpointViolation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FirewallSubnetMissingVPCEndpointViolation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirewallSubnetId()The ID of the firewall that this VPC endpoint is associated with.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FirewallSubnetMissingVPCEndpointViolation.Builder>serializableBuilderClass()StringsubnetAvailabilityZone()The name of the Availability Zone of the deleted VPC subnet.StringsubnetAvailabilityZoneId()The ID of the Availability Zone of the deleted VPC subnet.FirewallSubnetMissingVPCEndpointViolation.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcId()The resource ID of the VPC associated with the deleted VPC subnet.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
firewallSubnetId
public final String firewallSubnetId()
The ID of the firewall that this VPC endpoint is associated with.
- Returns:
- The ID of the firewall that this VPC endpoint is associated with.
-
vpcId
public final String vpcId()
The resource ID of the VPC associated with the deleted VPC subnet.
- Returns:
- The resource ID of the VPC associated with the deleted VPC subnet.
-
subnetAvailabilityZone
public final String subnetAvailabilityZone()
The name of the Availability Zone of the deleted VPC subnet.
- Returns:
- The name of the Availability Zone of the deleted VPC subnet.
-
subnetAvailabilityZoneId
public final String subnetAvailabilityZoneId()
The ID of the Availability Zone of the deleted VPC subnet.
- Returns:
- The ID of the Availability Zone of the deleted VPC subnet.
-
toBuilder
public FirewallSubnetMissingVPCEndpointViolation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FirewallSubnetMissingVPCEndpointViolation.Builder,FirewallSubnetMissingVPCEndpointViolation>
-
builder
public static FirewallSubnetMissingVPCEndpointViolation.Builder builder()
-
serializableBuilderClass
public static Class<? extends FirewallSubnetMissingVPCEndpointViolation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-