public class NetworkAcl
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
NetworkAcl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<NetworkAclAssociation> |
getAssociations()
Returns the value of the Associations property for this object.
|
java.util.List<NetworkAclEntry> |
getEntries()
Returns the value of the Entries property for this object.
|
java.lang.Boolean |
getIsDefault()
Returns the value of the IsDefault property for this object.
|
java.lang.String |
getNetworkAclId()
Returns the value of the NetworkAclId property for this object.
|
java.util.List<Tag> |
getTags()
Returns the value of the Tags property for this object.
|
java.lang.String |
getVpcId()
Returns the value of the VpcId property for this object.
|
int |
hashCode() |
java.lang.Boolean |
isDefault()
Returns the value of the IsDefault property for this object.
|
void |
setAssociations(java.util.Collection<NetworkAclAssociation> associations)
Sets the value of the Associations property for this object.
|
void |
setEntries(java.util.Collection<NetworkAclEntry> entries)
Sets the value of the Entries property for this object.
|
void |
setIsDefault(java.lang.Boolean isDefault)
Sets the value of the IsDefault property for this object.
|
void |
setNetworkAclId(java.lang.String networkAclId)
Sets the value of the NetworkAclId property for this object.
|
void |
setTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
void |
setVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NetworkAcl |
withAssociations(java.util.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(java.util.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(java.lang.Boolean isDefault)
Sets the value of the IsDefault property for this object.
|
NetworkAcl |
withNetworkAclId(java.lang.String networkAclId)
Sets the value of the NetworkAclId property for this object.
|
NetworkAcl |
withTags(java.util.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(java.lang.String vpcId)
Sets the value of the VpcId property for this object.
|
public java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId - The new value for the NetworkAclId property for this object.public NetworkAcl withNetworkAclId(java.lang.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 java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - The new value for the VpcId property for this object.public NetworkAcl withVpcId(java.lang.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 java.lang.Boolean isDefault()
public void setIsDefault(java.lang.Boolean isDefault)
isDefault - The new value for the IsDefault property for this object.public NetworkAcl withIsDefault(java.lang.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 java.lang.Boolean getIsDefault()
public java.util.List<NetworkAclEntry> getEntries()
public void setEntries(java.util.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(java.util.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 java.util.List<NetworkAclAssociation> getAssociations()
public void setAssociations(java.util.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(java.util.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 java.util.List<Tag> getTags()
public void setTags(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object