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