ToCopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
@Generated("software.amazon.awssdk:codegen") public class NetworkAclAssociation extends Object implements ToCopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
Describes an association between a network ACL and a subnet.
Modifier and Type | Class | Description |
---|---|---|
static interface |
NetworkAclAssociation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static NetworkAclAssociation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
public static NetworkAclAssociation.Builder builder()
public static Class<? extends NetworkAclAssociation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.