|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.NetworkAcl
public class NetworkAcl
Network Acl
Constructor Summary | |
---|---|
NetworkAcl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NetworkAcl()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |