|
|||||||
| 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 | |
|---|---|
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. |
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 |
|---|
equals, getClass, hashCode, 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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||