@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThirdPartyFirewallMissingFirewallViolation extends Object implements Serializable, Cloneable, StructuredPojo
The violation details about a third-party firewall's subnet that doesn't have a Firewall Manager managed firewall in its VPC.
Constructor and Description |
---|
ThirdPartyFirewallMissingFirewallViolation() |
Modifier and Type | Method and Description |
---|---|
ThirdPartyFirewallMissingFirewallViolation |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone of the third-party firewall that's causing the violation.
|
String |
getTargetViolationReason()
The reason the resource is causing this violation, if a reason is available.
|
String |
getViolationTarget()
The ID of the third-party firewall that's causing the violation.
|
String |
getVPC()
The resource ID of the VPC associated with a third-party firewall.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone of the third-party firewall that's causing the violation.
|
void |
setTargetViolationReason(String targetViolationReason)
The reason the resource is causing this violation, if a reason is available.
|
void |
setViolationTarget(String violationTarget)
The ID of the third-party firewall that's causing the violation.
|
void |
setVPC(String vPC)
The resource ID of the VPC associated with a third-party firewall.
|
String |
toString()
Returns a string representation of this object.
|
ThirdPartyFirewallMissingFirewallViolation |
withAvailabilityZone(String availabilityZone)
The Availability Zone of the third-party firewall that's causing the violation.
|
ThirdPartyFirewallMissingFirewallViolation |
withTargetViolationReason(String targetViolationReason)
The reason the resource is causing this violation, if a reason is available.
|
ThirdPartyFirewallMissingFirewallViolation |
withViolationTarget(String violationTarget)
The ID of the third-party firewall that's causing the violation.
|
ThirdPartyFirewallMissingFirewallViolation |
withVPC(String vPC)
The resource ID of the VPC associated with a third-party firewall.
|
public ThirdPartyFirewallMissingFirewallViolation()
public void setViolationTarget(String violationTarget)
The ID of the third-party firewall that's causing the violation.
violationTarget
- The ID of the third-party firewall that's causing the violation.public String getViolationTarget()
The ID of the third-party firewall that's causing the violation.
public ThirdPartyFirewallMissingFirewallViolation withViolationTarget(String violationTarget)
The ID of the third-party firewall that's causing the violation.
violationTarget
- The ID of the third-party firewall that's causing the violation.public void setVPC(String vPC)
The resource ID of the VPC associated with a third-party firewall.
vPC
- The resource ID of the VPC associated with a third-party firewall.public String getVPC()
The resource ID of the VPC associated with a third-party firewall.
public ThirdPartyFirewallMissingFirewallViolation withVPC(String vPC)
The resource ID of the VPC associated with a third-party firewall.
vPC
- The resource ID of the VPC associated with a third-party firewall.public void setAvailabilityZone(String availabilityZone)
The Availability Zone of the third-party firewall that's causing the violation.
availabilityZone
- The Availability Zone of the third-party firewall that's causing the violation.public String getAvailabilityZone()
The Availability Zone of the third-party firewall that's causing the violation.
public ThirdPartyFirewallMissingFirewallViolation withAvailabilityZone(String availabilityZone)
The Availability Zone of the third-party firewall that's causing the violation.
availabilityZone
- The Availability Zone of the third-party firewall that's causing the violation.public void setTargetViolationReason(String targetViolationReason)
The reason the resource is causing this violation, if a reason is available.
targetViolationReason
- The reason the resource is causing this violation, if a reason is available.public String getTargetViolationReason()
The reason the resource is causing this violation, if a reason is available.
public ThirdPartyFirewallMissingFirewallViolation withTargetViolationReason(String targetViolationReason)
The reason the resource is causing this violation, if a reason is available.
targetViolationReason
- The reason the resource is causing this violation, if a reason is available.public String toString()
toString
in class Object
Object.toString()
public ThirdPartyFirewallMissingFirewallViolation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.