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