@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkAclEntriesAction extends Object implements Serializable, Cloneable, StructuredPojo
Information about the CreateNetworkAclEntries
action in Amazon EC2. This is a remediation option in
RemediationAction
.
Constructor and Description |
---|
CreateNetworkAclEntriesAction() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAclEntriesAction |
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.
|
List<EntryDescription> |
getNetworkAclEntriesToBeCreated()
Lists the entries that the remediation action would create.
|
ActionTarget |
getNetworkAclId()
The network ACL 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 |
setNetworkAclEntriesToBeCreated(Collection<EntryDescription> networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
|
void |
setNetworkAclId(ActionTarget networkAclId)
The network ACL that's associated with the remediation action.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkAclEntriesAction |
withDescription(String description)
Brief description of this remediation action.
|
CreateNetworkAclEntriesAction |
withFMSCanRemediate(Boolean fMSCanRemediate)
Indicates whether it is possible for Firewall Manager to perform this remediation action.
|
CreateNetworkAclEntriesAction |
withNetworkAclEntriesToBeCreated(Collection<EntryDescription> networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
|
CreateNetworkAclEntriesAction |
withNetworkAclEntriesToBeCreated(EntryDescription... networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
|
CreateNetworkAclEntriesAction |
withNetworkAclId(ActionTarget networkAclId)
The network ACL 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 CreateNetworkAclEntriesAction withDescription(String description)
Brief description of this remediation action.
description
- Brief description of this remediation action.public void setNetworkAclId(ActionTarget networkAclId)
The network ACL that's associated with the remediation action.
networkAclId
- The network ACL that's associated with the remediation action.public ActionTarget getNetworkAclId()
The network ACL that's associated with the remediation action.
public CreateNetworkAclEntriesAction withNetworkAclId(ActionTarget networkAclId)
The network ACL that's associated with the remediation action.
networkAclId
- The network ACL that's associated with the remediation action.public List<EntryDescription> getNetworkAclEntriesToBeCreated()
Lists the entries that the remediation action would create.
public void setNetworkAclEntriesToBeCreated(Collection<EntryDescription> networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
networkAclEntriesToBeCreated
- Lists the entries that the remediation action would create.public CreateNetworkAclEntriesAction withNetworkAclEntriesToBeCreated(EntryDescription... networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkAclEntriesToBeCreated(java.util.Collection)
or
withNetworkAclEntriesToBeCreated(java.util.Collection)
if you want to override the existing values.
networkAclEntriesToBeCreated
- Lists the entries that the remediation action would create.public CreateNetworkAclEntriesAction withNetworkAclEntriesToBeCreated(Collection<EntryDescription> networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
networkAclEntriesToBeCreated
- Lists the entries that the remediation action would create.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 CreateNetworkAclEntriesAction 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 CreateNetworkAclEntriesAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.