com.amazonaws.services.ec2.model
Class NetworkAclAssociation

java.lang.Object
  extended by com.amazonaws.services.ec2.model.NetworkAclAssociation

public class NetworkAclAssociation
extends Object

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

NetworkAclAssociation

public NetworkAclAssociation()
Method Detail

getNetworkAclAssociationId

public String getNetworkAclAssociationId()
Returns the value of the NetworkAclAssociationId property for this object.

Returns:
The value of the NetworkAclAssociationId property for this object.

setNetworkAclAssociationId

public void setNetworkAclAssociationId(String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this object.

Parameters:
networkAclAssociationId - The new value for the NetworkAclAssociationId property for this object.

withNetworkAclAssociationId

public NetworkAclAssociation withNetworkAclAssociationId(String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
networkAclAssociationId - The new value for the NetworkAclAssociationId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getNetworkAclId

public String getNetworkAclId()
Returns the value of the NetworkAclId property for this object.

Returns:
The value of the NetworkAclId property for this object.

setNetworkAclId

public void setNetworkAclId(String networkAclId)
Sets the value of the NetworkAclId property for this object.

Parameters:
networkAclId - The new value for the NetworkAclId property for this object.

withNetworkAclId

public NetworkAclAssociation withNetworkAclId(String networkAclId)
Sets the value of the NetworkAclId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
networkAclId - The new value for the NetworkAclId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getSubnetId

public String getSubnetId()
Returns the value of the SubnetId property for this object.

Returns:
The value of the SubnetId property for this object.

setSubnetId

public void setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object.

Parameters:
subnetId - The new value for the SubnetId property for this object.

withSubnetId

public NetworkAclAssociation withSubnetId(String subnetId)
Sets the value of the SubnetId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
subnetId - The new value for the SubnetId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.