Class NetworkFirewallMissingSubnetViolation
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>
@Generated("software.amazon.awssdk:codegen") public final class NetworkFirewallMissingSubnetViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>
Violation detail for Network Firewall for an Availability Zone that's missing the expected Firewall Manager managed subnet.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkFirewallMissingSubnetViolation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringavailabilityZone()The Availability Zone of a violating subnet.static NetworkFirewallMissingSubnetViolation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends NetworkFirewallMissingSubnetViolation.Builder>serializableBuilderClass()StringtargetViolationReason()The reason the resource has this violation, if one is available.NetworkFirewallMissingSubnetViolation.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringviolationTarget()The ID of the Network Firewall or VPC resource that's in violation.Stringvpc()The resource ID of the VPC associated with a violating 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
-
violationTarget
public final String violationTarget()
The ID of the Network Firewall or VPC resource that's in violation.
- Returns:
- The ID of the Network Firewall or VPC resource that's in violation.
-
vpc
public final String vpc()
The resource ID of the VPC associated with a violating subnet.
- Returns:
- The resource ID of the VPC associated with a violating subnet.
-
availabilityZone
public final String availabilityZone()
The Availability Zone of a violating subnet.
- Returns:
- The Availability Zone of a violating subnet.
-
targetViolationReason
public final String targetViolationReason()
The reason the resource has this violation, if one is available.
- Returns:
- The reason the resource has this violation, if one is available.
-
toBuilder
public NetworkFirewallMissingSubnetViolation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>
-
builder
public static NetworkFirewallMissingSubnetViolation.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkFirewallMissingSubnetViolation.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.
-
-