@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkAclCommonPolicy extends Object implements Serializable, Cloneable, StructuredPojo
Defines a Firewall Manager network ACL policy. This is used in the PolicyOption
of a
SecurityServicePolicyData
for a Policy
, when the SecurityServicePolicyData
type is set to NETWORK_ACL_COMMON
.
For information about network ACLs, see Control traffic to subnets using network ACLs in the Amazon Virtual Private Cloud User Guide.
Constructor and Description |
---|
NetworkAclCommonPolicy() |
Modifier and Type | Method and Description |
---|---|
NetworkAclCommonPolicy |
clone() |
boolean |
equals(Object obj) |
NetworkAclEntrySet |
getNetworkAclEntrySet()
The definition of the first and last rules for the network ACL policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNetworkAclEntrySet(NetworkAclEntrySet networkAclEntrySet)
The definition of the first and last rules for the network ACL policy.
|
String |
toString()
Returns a string representation of this object.
|
NetworkAclCommonPolicy |
withNetworkAclEntrySet(NetworkAclEntrySet networkAclEntrySet)
The definition of the first and last rules for the network ACL policy.
|
public void setNetworkAclEntrySet(NetworkAclEntrySet networkAclEntrySet)
The definition of the first and last rules for the network ACL policy.
networkAclEntrySet
- The definition of the first and last rules for the network ACL policy.public NetworkAclEntrySet getNetworkAclEntrySet()
The definition of the first and last rules for the network ACL policy.
public NetworkAclCommonPolicy withNetworkAclEntrySet(NetworkAclEntrySet networkAclEntrySet)
The definition of the first and last rules for the network ACL policy.
networkAclEntrySet
- The definition of the first and last rules for the network ACL policy.public String toString()
toString
in class Object
Object.toString()
public NetworkAclCommonPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.