@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkAclAction extends Object implements Serializable, Cloneable, StructuredPojo
Information about the CreateNetworkAcl
action in Amazon EC2. This is a remediation option in
RemediationAction
.
Constructor and Description |
---|
CreateNetworkAclAction() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAclAction |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Brief description of this remediation action.
|
Boolean |
getFMSCanRemediate()
Indicates whether it is possible for Firewall Manager to perform this remediation action.
|
ActionTarget |
getVpc()
The VPC that's associated with the remediation action.
|
int |
hashCode() |
Boolean |
isFMSCanRemediate()
Indicates whether it is possible for Firewall Manager to perform this remediation action.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
Brief description of this remediation action.
|
void |
setFMSCanRemediate(Boolean fMSCanRemediate)
Indicates whether it is possible for Firewall Manager to perform this remediation action.
|
void |
setVpc(ActionTarget vpc)
The VPC that's associated with the remediation action.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkAclAction |
withDescription(String description)
Brief description of this remediation action.
|
CreateNetworkAclAction |
withFMSCanRemediate(Boolean fMSCanRemediate)
Indicates whether it is possible for Firewall Manager to perform this remediation action.
|
CreateNetworkAclAction |
withVpc(ActionTarget vpc)
The VPC that's associated with the remediation action.
|
public void setDescription(String description)
Brief description of this remediation action.
description
- Brief description of this remediation action.public String getDescription()
Brief description of this remediation action.
public CreateNetworkAclAction withDescription(String description)
Brief description of this remediation action.
description
- Brief description of this remediation action.public void setVpc(ActionTarget vpc)
The VPC that's associated with the remediation action.
vpc
- The VPC that's associated with the remediation action.public ActionTarget getVpc()
The VPC that's associated with the remediation action.
public CreateNetworkAclAction withVpc(ActionTarget vpc)
The VPC that's associated with the remediation action.
vpc
- The VPC that's associated with the remediation action.public void setFMSCanRemediate(Boolean fMSCanRemediate)
Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
fMSCanRemediate
- Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value
indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a
conflict of some kind.public Boolean getFMSCanRemediate()
Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
public CreateNetworkAclAction withFMSCanRemediate(Boolean fMSCanRemediate)
Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
fMSCanRemediate
- Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value
indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a
conflict of some kind.public Boolean isFMSCanRemediate()
Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
public String toString()
toString
in class Object
Object.toString()
public CreateNetworkAclAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.