public class NetworkAclAssociation extends Object implements Serializable
Constructor and Description |
---|
NetworkAclAssociation() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.