@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFirewallMissingExpectedRoutesViolation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallMissingExpectedRoutesViolation.Builder,NetworkFirewallMissingExpectedRoutesViolation>
Violation detail for an expected route missing in Network Firewall.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFirewallMissingExpectedRoutesViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkFirewallMissingExpectedRoutesViolation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<ExpectedRoute> |
expectedRoutes()
The expected routes.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExpectedRoutes()
Returns true if the ExpectedRoutes property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkFirewallMissingExpectedRoutesViolation.Builder> |
serializableBuilderClass() |
NetworkFirewallMissingExpectedRoutesViolation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
violationTarget()
The target of the violation.
|
String |
vpcId()
Information about the VPC ID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String violationTarget()
The target of the violation.
public final boolean hasExpectedRoutes()
public final List<ExpectedRoute> expectedRoutes()
The expected routes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExpectedRoutes() to see if a value was sent in this field.
public final String vpcId()
Information about the VPC ID.
public NetworkFirewallMissingExpectedRoutesViolation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFirewallMissingExpectedRoutesViolation.Builder,NetworkFirewallMissingExpectedRoutesViolation>public static NetworkFirewallMissingExpectedRoutesViolation.Builder builder()
public static Class<? extends NetworkFirewallMissingExpectedRoutesViolation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.