@Generated(value="software.amazon.awssdk:codegen") public final class AwsEc2NetworkAclAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
An association between the network ACL and a subnet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEc2NetworkAclAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2NetworkAclAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkAclAssociationId()
The identifier of the association between the network ACL and the subnet.
|
String |
networkAclId()
The identifier of the network ACL.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEc2NetworkAclAssociation.Builder> |
serializableBuilderClass() |
String |
subnetId()
The identifier of the subnet that is associated with the network ACL.
|
AwsEc2NetworkAclAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String networkAclAssociationId()
The identifier of the association between the network ACL and the subnet.
public final String networkAclId()
The identifier of the network ACL.
public final String subnetId()
The identifier of the subnet that is associated with the network ACL.
public AwsEc2NetworkAclAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>public static AwsEc2NetworkAclAssociation.Builder builder()
public static Class<? extends AwsEc2NetworkAclAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.