@Generated(value="software.amazon.awssdk:codegen") public class NetworkAclAssociation extends Object implements software.amazon.awssdk.utils.builder.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) |
<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.
|
static Class<? extends NetworkAclAssociation.Builder> |
serializableBuilderClass() |
String |
subnetId()
The ID of the subnet.
|
NetworkAclAssociation.Builder |
toBuilder() |
String |
toString() |
public String networkAclAssociationId()
The ID of the association between a network ACL and a subnet.
public String networkAclId()
The ID of the network ACL.
public String subnetId()
The ID of the subnet.
public NetworkAclAssociation.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>public static NetworkAclAssociation.Builder builder()
public static Class<? extends NetworkAclAssociation.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.