@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2NetworkAclAssociation extends Object implements Serializable, Cloneable, StructuredPojo
An association between the network ACL and a subnet.
Constructor and Description |
---|
AwsEc2NetworkAclAssociation() |
Modifier and Type | Method and Description |
---|---|
AwsEc2NetworkAclAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkAclAssociationId()
The identifier of the association between the network ACL and the subnet.
|
String |
getNetworkAclId()
The identifier of the network ACL.
|
String |
getSubnetId()
The identifier of the subnet that is associated with the network ACL.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNetworkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
|
void |
setNetworkAclId(String networkAclId)
The identifier of the network ACL.
|
void |
setSubnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2NetworkAclAssociation |
withNetworkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
|
AwsEc2NetworkAclAssociation |
withNetworkAclId(String networkAclId)
The identifier of the network ACL.
|
AwsEc2NetworkAclAssociation |
withSubnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
|
public void setNetworkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
networkAclAssociationId
- The identifier of the association between the network ACL and the subnet.public String getNetworkAclAssociationId()
The identifier of the association between the network ACL and the subnet.
public AwsEc2NetworkAclAssociation withNetworkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
networkAclAssociationId
- The identifier of the association between the network ACL and the subnet.public void setNetworkAclId(String networkAclId)
The identifier of the network ACL.
networkAclId
- The identifier of the network ACL.public String getNetworkAclId()
The identifier of the network ACL.
public AwsEc2NetworkAclAssociation withNetworkAclId(String networkAclId)
The identifier of the network ACL.
networkAclId
- The identifier of the network ACL.public void setSubnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
subnetId
- The identifier of the subnet that is associated with the network ACL.public String getSubnetId()
The identifier of the subnet that is associated with the network ACL.
public AwsEc2NetworkAclAssociation withSubnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
subnetId
- The identifier of the subnet that is associated with the network ACL.public String toString()
toString
in class Object
Object.toString()
public AwsEc2NetworkAclAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.