@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplaceNetworkAclAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ReplaceNetworkAclAssociationRequest>
Contains the parameters for ReplaceNetworkAclAssociation.
NOOP
Constructor and Description |
---|
ReplaceNetworkAclAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceNetworkAclAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the current association between the original network ACL and the subnet.
|
Request<ReplaceNetworkAclAssociationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkAclId()
The ID of the new network ACL to associate with the subnet.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
|
void |
setNetworkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReplaceNetworkAclAssociationRequest |
withAssociationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
|
ReplaceNetworkAclAssociationRequest |
withNetworkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAssociationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
associationId
- The ID of the current association between the original network ACL and the subnet.public String getAssociationId()
The ID of the current association between the original network ACL and the subnet.
public ReplaceNetworkAclAssociationRequest withAssociationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
associationId
- The ID of the current association between the original network ACL and the subnet.public void setNetworkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
networkAclId
- The ID of the new network ACL to associate with the subnet.public String getNetworkAclId()
The ID of the new network ACL to associate with the subnet.
public ReplaceNetworkAclAssociationRequest withNetworkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
networkAclId
- The ID of the new network ACL to associate with the subnet.public Request<ReplaceNetworkAclAssociationRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ReplaceNetworkAclAssociationRequest>
public String toString()
toString
in class Object
Object.toString()
public ReplaceNetworkAclAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.