|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.NetworkAclAssociation
public class NetworkAclAssociation
Network Acl Association
Constructor Summary | |
---|---|
NetworkAclAssociation()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNetworkAclAssociationId()
Returns the value of the NetworkAclAssociationId property for this object. |
String |
getNetworkAclId()
Returns the value of the NetworkAclId property for this object. |
String |
getSubnetId()
Returns the value of the SubnetId property for this object. |
int |
hashCode()
|
void |
setNetworkAclAssociationId(String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this object. |
void |
setNetworkAclId(String networkAclId)
Sets the value of the NetworkAclId property for this object. |
void |
setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
NetworkAclAssociation |
withNetworkAclAssociationId(String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this object. |
NetworkAclAssociation |
withNetworkAclId(String networkAclId)
Sets the value of the NetworkAclId property for this object. |
NetworkAclAssociation |
withSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NetworkAclAssociation()
Method Detail |
---|
public String getNetworkAclAssociationId()
public void setNetworkAclAssociationId(String networkAclAssociationId)
networkAclAssociationId
- The new value for the NetworkAclAssociationId property for this
object.public NetworkAclAssociation withNetworkAclAssociationId(String networkAclAssociationId)
Returns a reference to this object so that method calls can be chained together.
networkAclAssociationId
- The new value for the NetworkAclAssociationId property for this
object.
public String getNetworkAclId()
public void setNetworkAclId(String networkAclId)
networkAclId
- The new value for the NetworkAclId property for this object.public NetworkAclAssociation 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 getSubnetId()
public void setSubnetId(String subnetId)
subnetId
- The new value for the SubnetId property for this object.public NetworkAclAssociation withSubnetId(String subnetId)
Returns a reference to this object so that method calls can be chained together.
subnetId
- The new value for the SubnetId 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 |