public class NetworkAcl
extends java.lang.Object
implements java.io.Serializable
Describes a network ACL.
Constructor and Description |
---|
NetworkAcl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<NetworkAclAssociation> |
getAssociations()
Any associations between the network ACL and one or more subnets
|
java.util.List<NetworkAclEntry> |
getEntries()
One or more entries (rules) in the network ACL.
|
java.lang.Boolean |
getIsDefault()
Indicates whether this is the default network ACL for the VPC.
|
java.lang.String |
getNetworkAclId()
The ID of the network ACL.
|
java.util.List<Tag> |
getTags()
Any tags assigned to the network ACL.
|
java.lang.String |
getVpcId()
The ID of the VPC for the network ACL.
|
int |
hashCode() |
java.lang.Boolean |
isDefault()
Indicates whether this is the default network ACL for the VPC.
|
void |
setAssociations(java.util.Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
void |
setEntries(java.util.Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
void |
setIsDefault(java.lang.Boolean isDefault)
Indicates whether this is the default network ACL for the VPC.
|
void |
setNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
|
void |
setTags(java.util.Collection<Tag> tags)
Any tags assigned to the network ACL.
|
void |
setVpcId(java.lang.String vpcId)
The ID of the VPC for the network ACL.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NetworkAcl |
withAssociations(java.util.Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
withAssociations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
withEntries(java.util.Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
withEntries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
withIsDefault(java.lang.Boolean isDefault)
Indicates whether this is the default network ACL for the VPC.
|
NetworkAcl |
withNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
|
NetworkAcl |
withTags(java.util.Collection<Tag> tags)
Any tags assigned to the network ACL.
|
NetworkAcl |
withTags(Tag... tags)
Any tags assigned to the network ACL.
|
NetworkAcl |
withVpcId(java.lang.String vpcId)
The ID of the VPC for the network ACL.
|
public java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId
- The ID of the network ACL.public NetworkAcl withNetworkAclId(java.lang.String networkAclId)
Returns a reference to this object so that method calls can be chained together.
networkAclId
- The ID of the network ACL.public java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId
- The ID of the VPC for the network ACL.public NetworkAcl withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The ID of the VPC for the network ACL.public java.lang.Boolean isDefault()
public void setIsDefault(java.lang.Boolean isDefault)
isDefault
- Indicates whether this is the default network ACL for the VPC.public NetworkAcl withIsDefault(java.lang.Boolean isDefault)
Returns a reference to this object so that method calls can be chained together.
isDefault
- Indicates whether this is the default network ACL for the VPC.public java.lang.Boolean getIsDefault()
public java.util.List<NetworkAclEntry> getEntries()
public void setEntries(java.util.Collection<NetworkAclEntry> entries)
entries
- One or more entries (rules) in the network ACL.public NetworkAcl withEntries(NetworkAclEntry... entries)
Returns a reference to this object so that method calls can be chained together.
entries
- One or more entries (rules) in the network ACL.public NetworkAcl withEntries(java.util.Collection<NetworkAclEntry> entries)
Returns a reference to this object so that method calls can be chained together.
entries
- One or more entries (rules) in the network ACL.public java.util.List<NetworkAclAssociation> getAssociations()
public void setAssociations(java.util.Collection<NetworkAclAssociation> associations)
associations
- Any associations between the network ACL and one or more subnetspublic NetworkAcl withAssociations(NetworkAclAssociation... associations)
Returns a reference to this object so that method calls can be chained together.
associations
- Any associations between the network ACL and one or more subnetspublic NetworkAcl withAssociations(java.util.Collection<NetworkAclAssociation> associations)
Returns a reference to this object so that method calls can be chained together.
associations
- Any associations between the network ACL and one or more subnetspublic java.util.List<Tag> getTags()
public void setTags(java.util.Collection<Tag> tags)
tags
- Any tags assigned to the network ACL.public NetworkAcl withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- Any tags assigned to the network ACL.public NetworkAcl withTags(java.util.Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- Any tags assigned to the network ACL.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.