public class NetworkAcl extends Object implements Serializable
Constructor and Description |
---|
NetworkAcl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<NetworkAclAssociation> |
getAssociations()
Returns the value of the Associations property for this object.
|
List<NetworkAclEntry> |
getEntries()
Returns the value of the Entries property for this object.
|
Boolean |
getIsDefault()
Returns the value of the IsDefault property for this object.
|
String |
getNetworkAclId()
Returns the value of the NetworkAclId property for this object.
|
List<Tag> |
getTags()
Returns the value of the Tags property for this object.
|
String |
getVpcId()
Returns the value of the VpcId property for this object.
|
int |
hashCode() |
Boolean |
isDefault()
Returns the value of the IsDefault property for this object.
|
void |
setAssociations(Collection<NetworkAclAssociation> associations)
Sets the value of the Associations property for this object.
|
void |
setEntries(Collection<NetworkAclEntry> entries)
Sets the value of the Entries property for this object.
|
void |
setIsDefault(Boolean isDefault)
Sets the value of the IsDefault property for this object.
|
void |
setNetworkAclId(String networkAclId)
Sets the value of the NetworkAclId property for this object.
|
void |
setTags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
void |
setVpcId(String vpcId)
Sets the value of the VpcId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NetworkAcl |
withAssociations(Collection<NetworkAclAssociation> associations)
Sets the value of the Associations property for this object.
|
NetworkAcl |
withAssociations(NetworkAclAssociation... associations)
Sets the value of the Associations property for this object.
|
NetworkAcl |
withEntries(Collection<NetworkAclEntry> entries)
Sets the value of the Entries property for this object.
|
NetworkAcl |
withEntries(NetworkAclEntry... entries)
Sets the value of the Entries property for this object.
|
NetworkAcl |
withIsDefault(Boolean isDefault)
Sets the value of the IsDefault property for this object.
|
NetworkAcl |
withNetworkAclId(String networkAclId)
Sets the value of the NetworkAclId property for this object.
|
NetworkAcl |
withTags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
NetworkAcl |
withTags(Tag... tags)
Sets the value of the Tags property for this object.
|
NetworkAcl |
withVpcId(String vpcId)
Sets the value of the VpcId property for this object.
|
public String getNetworkAclId()
public void setNetworkAclId(String networkAclId)
networkAclId
- The new value for the NetworkAclId property for this object.public NetworkAcl withNetworkAclId(String networkAclId)
Returns a reference to this object so that method calls can be chained together.
networkAclId
- The new value for the NetworkAclId property for this object.public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The new value for the VpcId property for this object.public NetworkAcl withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The new value for the VpcId property for this object.public Boolean isDefault()
public void setIsDefault(Boolean isDefault)
isDefault
- The new value for the IsDefault property for this object.public NetworkAcl withIsDefault(Boolean isDefault)
Returns a reference to this object so that method calls can be chained together.
isDefault
- The new value for the IsDefault property for this object.public Boolean getIsDefault()
public List<NetworkAclEntry> getEntries()
public void setEntries(Collection<NetworkAclEntry> entries)
entries
- The new value for the Entries property for this object.public NetworkAcl withEntries(NetworkAclEntry... entries)
Returns a reference to this object so that method calls can be chained together.
entries
- The new value for the Entries property for this object.public NetworkAcl withEntries(Collection<NetworkAclEntry> entries)
Returns a reference to this object so that method calls can be chained together.
entries
- The new value for the Entries property for this object.public List<NetworkAclAssociation> getAssociations()
public void setAssociations(Collection<NetworkAclAssociation> associations)
associations
- The new value for the Associations property for this object.public NetworkAcl withAssociations(NetworkAclAssociation... associations)
Returns a reference to this object so that method calls can be chained together.
associations
- The new value for the Associations property for this object.public NetworkAcl withAssociations(Collection<NetworkAclAssociation> associations)
Returns a reference to this object so that method calls can be chained together.
associations
- The new value for the Associations property for this object.public List<Tag> getTags()
public void setTags(Collection<Tag> tags)
tags
- The new value for the Tags property for this object.public NetworkAcl withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- The new value for the Tags property for this object.public NetworkAcl withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- The new value for the Tags property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.