public class ReplaceNetworkAclAssociationRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<ReplaceNetworkAclAssociationRequest>
Contains the parameters for ReplaceNetworkAclAssociation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
associationId
The ID of the current association between the original network ACL and
the subnet.
|
private java.lang.String |
networkAclId
The ID of the new network ACL to associate with the subnet.
|
NOOP
Constructor and Description |
---|
ReplaceNetworkAclAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceNetworkAclAssociationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.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.
|
java.lang.String |
getNetworkAclId()
The ID of the new network ACL to associate with the subnet.
|
int |
hashCode() |
void |
setAssociationId(java.lang.String associationId)
The ID of the current association between the original network ACL and
the subnet.
|
void |
setNetworkAclId(java.lang.String networkAclId)
The ID of the new network ACL to associate with the subnet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplaceNetworkAclAssociationRequest |
withAssociationId(java.lang.String associationId)
The ID of the current association between the original network ACL and
the subnet.
|
ReplaceNetworkAclAssociationRequest |
withNetworkAclId(java.lang.String networkAclId)
The ID of the new network ACL to associate with the subnet.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String associationId
The ID of the current association between the original network ACL and the subnet.
private java.lang.String networkAclId
The ID of the new network ACL to associate with the subnet.
public void setAssociationId(java.lang.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 java.lang.String getAssociationId()
The ID of the current association between the original network ACL and the subnet.
public ReplaceNetworkAclAssociationRequest withAssociationId(java.lang.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(java.lang.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 java.lang.String getNetworkAclId()
The ID of the new network ACL to associate with the subnet.
public ReplaceNetworkAclAssociationRequest withNetworkAclId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReplaceNetworkAclAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()