|
|||||||
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 | |
---|---|
java.lang.String |
getNetworkAclAssociationId()
Returns the value of the NetworkAclAssociationId property for this object. |
java.lang.String |
getNetworkAclId()
Returns the value of the NetworkAclId property for this object. |
java.lang.String |
getSubnetId()
Returns the value of the SubnetId property for this object. |
void |
setNetworkAclAssociationId(java.lang.String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this object. |
void |
setNetworkAclId(java.lang.String networkAclId)
Sets the value of the NetworkAclId property for this object. |
void |
setSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
NetworkAclAssociation |
withNetworkAclAssociationId(java.lang.String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this object. |
NetworkAclAssociation |
withNetworkAclId(java.lang.String networkAclId)
Sets the value of the NetworkAclId property for this object. |
NetworkAclAssociation |
withSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NetworkAclAssociation()
Method Detail |
---|
public java.lang.String getNetworkAclAssociationId()
public void setNetworkAclAssociationId(java.lang.String networkAclAssociationId)
networkAclAssociationId
- The new value for the NetworkAclAssociationId property for this
object.public NetworkAclAssociation withNetworkAclAssociationId(java.lang.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 java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId
- The new value for the NetworkAclId property for this object.public NetworkAclAssociation 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 getSubnetId()
public void setSubnetId(java.lang.String subnetId)
subnetId
- The new value for the SubnetId property for this object.public NetworkAclAssociation withSubnetId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |