Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
@Generated("software.amazon.awssdk:codegen") public class ReplaceNetworkAclAssociationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
Contains the parameters for ReplaceNetworkAclAssociation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReplaceNetworkAclAssociationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
associationId() |
The ID of the current association between the original network ACL and the subnet.
|
static ReplaceNetworkAclAssociationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
networkAclId() |
The ID of the new network ACL to associate with the subnet.
|
static Class<? extends ReplaceNetworkAclAssociationRequest.Builder> |
serializableBuilderClass() |
|
ReplaceNetworkAclAssociationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String associationId()
The ID of the current association between the original network ACL and the subnet.
public String networkAclId()
The ID of the new network ACL to associate with the subnet.
public ReplaceNetworkAclAssociationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
public static ReplaceNetworkAclAssociationRequest.Builder builder()
public static Class<? extends ReplaceNetworkAclAssociationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.