Class NetworkFirewallMissingExpectedRTViolation
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkFirewallMissingExpectedRTViolation.Builder,NetworkFirewallMissingExpectedRTViolation>
@Generated("software.amazon.awssdk:codegen") public final class NetworkFirewallMissingExpectedRTViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallMissingExpectedRTViolation.Builder,NetworkFirewallMissingExpectedRTViolation>
Violation detail for Network Firewall for a subnet that's not associated to the expected Firewall Manager managed route table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkFirewallMissingExpectedRTViolation.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 NetworkFirewallMissingExpectedRTViolation.Builderbuilder()StringcurrentRouteTable()The resource ID of the current route table that's associated with the subnet, if one is available.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexpectedRouteTable()The resource ID of the route table that should be associated with the subnet.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends NetworkFirewallMissingExpectedRTViolation.Builder>serializableBuilderClass()NetworkFirewallMissingExpectedRTViolation.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.
-
currentRouteTable
public final String currentRouteTable()
The resource ID of the current route table that's associated with the subnet, if one is available.
- Returns:
- The resource ID of the current route table that's associated with the subnet, if one is available.
-
expectedRouteTable
public final String expectedRouteTable()
The resource ID of the route table that should be associated with the subnet.
- Returns:
- The resource ID of the route table that should be associated with the subnet.
-
toBuilder
public NetworkFirewallMissingExpectedRTViolation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkFirewallMissingExpectedRTViolation.Builder,NetworkFirewallMissingExpectedRTViolation>
-
builder
public static NetworkFirewallMissingExpectedRTViolation.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkFirewallMissingExpectedRTViolation.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.
-
-