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