@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkFirewallMissingExpectedRoutesViolation extends Object implements Serializable, Cloneable, StructuredPojo
Violation detail for an expected route missing in Network Firewall.
| Constructor and Description |
|---|
NetworkFirewallMissingExpectedRoutesViolation() |
public NetworkFirewallMissingExpectedRoutesViolation()
public void setViolationTarget(String violationTarget)
The target of the violation.
violationTarget - The target of the violation.public String getViolationTarget()
The target of the violation.
public NetworkFirewallMissingExpectedRoutesViolation withViolationTarget(String violationTarget)
The target of the violation.
violationTarget - The target of the violation.public List<ExpectedRoute> getExpectedRoutes()
The expected routes.
public void setExpectedRoutes(Collection<ExpectedRoute> expectedRoutes)
The expected routes.
expectedRoutes - The expected routes.public NetworkFirewallMissingExpectedRoutesViolation withExpectedRoutes(ExpectedRoute... expectedRoutes)
The expected routes.
NOTE: This method appends the values to the existing list (if any). Use
setExpectedRoutes(java.util.Collection) or withExpectedRoutes(java.util.Collection) if you want
to override the existing values.
expectedRoutes - The expected routes.public NetworkFirewallMissingExpectedRoutesViolation withExpectedRoutes(Collection<ExpectedRoute> expectedRoutes)
The expected routes.
expectedRoutes - The expected routes.public void setVpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.public String getVpcId()
Information about the VPC ID.
public NetworkFirewallMissingExpectedRoutesViolation withVpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.public String toString()
toString in class ObjectObject.toString()public NetworkFirewallMissingExpectedRoutesViolation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.