Class FirewallSubnetIsOutOfScopeViolation
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.FirewallSubnetIsOutOfScopeViolation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,FirewallSubnetIsOutOfScopeViolation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFirewallSubnetIsOutOfScopeViolation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FirewallSubnetIsOutOfScopeViolation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirewallSubnetId()The ID of the firewall subnet that violates the policy scope.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FirewallSubnetIsOutOfScopeViolation.Builder>serializableBuilderClass()StringsubnetAvailabilityZone()The Availability Zone of the firewall subnet that violates the policy scope.StringsubnetAvailabilityZoneId()The Availability Zone ID of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcEndpointId()The VPC endpoint ID of the firewall subnet that violates the policy scope.StringvpcId()The VPC ID of the firewall subnet that violates the policy scope.-
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 subnet that violates the policy scope.
- Returns:
- The ID of the firewall subnet that violates the policy scope.
-
vpcId
public final String vpcId()
The VPC ID of the firewall subnet that violates the policy scope.
- Returns:
- The VPC ID of the firewall subnet that violates the policy scope.
-
subnetAvailabilityZone
public final String subnetAvailabilityZone()
The Availability Zone of the firewall subnet that violates the policy scope.
- Returns:
- The Availability Zone of the firewall subnet that violates the policy scope.
-
subnetAvailabilityZoneId
public final String subnetAvailabilityZoneId()
The Availability Zone ID of the firewall subnet that violates the policy scope.
- Returns:
- The Availability Zone ID of the firewall subnet that violates the policy scope.
-
vpcEndpointId
public final String vpcEndpointId()
The VPC endpoint ID of the firewall subnet that violates the policy scope.
- Returns:
- The VPC endpoint ID of the firewall subnet that violates the policy scope.
-
toBuilder
public FirewallSubnetIsOutOfScopeViolation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,FirewallSubnetIsOutOfScopeViolation>
-
builder
public static FirewallSubnetIsOutOfScopeViolation.Builder builder()
-
serializableBuilderClass
public static Class<? extends FirewallSubnetIsOutOfScopeViolation.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.
-
-