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