@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirewallSubnetMissingVPCEndpointViolation extends Object implements Serializable, Cloneable, StructuredPojo
The violation details for a firewall subnet's VPC endpoint that's deleted or missing.
Constructor and Description |
---|
FirewallSubnetMissingVPCEndpointViolation() |
Modifier and Type | Method and Description |
---|---|
FirewallSubnetMissingVPCEndpointViolation |
clone() |
boolean |
equals(Object obj) |
String |
getFirewallSubnetId()
The ID of the firewall that this VPC endpoint is associated with.
|
String |
getSubnetAvailabilityZone()
The name of the Availability Zone of the deleted VPC subnet.
|
String |
getSubnetAvailabilityZoneId()
The ID of the Availability Zone of the deleted VPC subnet.
|
String |
getVpcId()
The resource ID of the VPC associated with the deleted VPC subnet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFirewallSubnetId(String firewallSubnetId)
The ID of the firewall that this VPC endpoint is associated with.
|
void |
setSubnetAvailabilityZone(String subnetAvailabilityZone)
The name of the Availability Zone of the deleted VPC subnet.
|
void |
setSubnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The ID of the Availability Zone of the deleted VPC subnet.
|
void |
setVpcId(String vpcId)
The resource ID of the VPC associated with the deleted VPC subnet.
|
String |
toString()
Returns a string representation of this object.
|
FirewallSubnetMissingVPCEndpointViolation |
withFirewallSubnetId(String firewallSubnetId)
The ID of the firewall that this VPC endpoint is associated with.
|
FirewallSubnetMissingVPCEndpointViolation |
withSubnetAvailabilityZone(String subnetAvailabilityZone)
The name of the Availability Zone of the deleted VPC subnet.
|
FirewallSubnetMissingVPCEndpointViolation |
withSubnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The ID of the Availability Zone of the deleted VPC subnet.
|
FirewallSubnetMissingVPCEndpointViolation |
withVpcId(String vpcId)
The resource ID of the VPC associated with the deleted VPC subnet.
|
public FirewallSubnetMissingVPCEndpointViolation()
public void setFirewallSubnetId(String firewallSubnetId)
The ID of the firewall that this VPC endpoint is associated with.
firewallSubnetId
- The ID of the firewall that this VPC endpoint is associated with.public String getFirewallSubnetId()
The ID of the firewall that this VPC endpoint is associated with.
public FirewallSubnetMissingVPCEndpointViolation withFirewallSubnetId(String firewallSubnetId)
The ID of the firewall that this VPC endpoint is associated with.
firewallSubnetId
- The ID of the firewall that this VPC endpoint is associated with.public void setVpcId(String vpcId)
The resource ID of the VPC associated with the deleted VPC subnet.
vpcId
- The resource ID of the VPC associated with the deleted VPC subnet.public String getVpcId()
The resource ID of the VPC associated with the deleted VPC subnet.
public FirewallSubnetMissingVPCEndpointViolation withVpcId(String vpcId)
The resource ID of the VPC associated with the deleted VPC subnet.
vpcId
- The resource ID of the VPC associated with the deleted VPC subnet.public void setSubnetAvailabilityZone(String subnetAvailabilityZone)
The name of the Availability Zone of the deleted VPC subnet.
subnetAvailabilityZone
- The name of the Availability Zone of the deleted VPC subnet.public String getSubnetAvailabilityZone()
The name of the Availability Zone of the deleted VPC subnet.
public FirewallSubnetMissingVPCEndpointViolation withSubnetAvailabilityZone(String subnetAvailabilityZone)
The name of the Availability Zone of the deleted VPC subnet.
subnetAvailabilityZone
- The name of the Availability Zone of the deleted VPC subnet.public void setSubnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The ID of the Availability Zone of the deleted VPC subnet.
subnetAvailabilityZoneId
- The ID of the Availability Zone of the deleted VPC subnet.public String getSubnetAvailabilityZoneId()
The ID of the Availability Zone of the deleted VPC subnet.
public FirewallSubnetMissingVPCEndpointViolation withSubnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The ID of the Availability Zone of the deleted VPC subnet.
subnetAvailabilityZoneId
- The ID of the Availability Zone of the deleted VPC subnet.public String toString()
toString
in class Object
Object.toString()
public FirewallSubnetMissingVPCEndpointViolation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.