public class DeleteNetworkAclRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteNetworkAclRequest>
DeleteNetworkAcl operation.
Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.
NOOP| Constructor and Description |
|---|
DeleteNetworkAclRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteNetworkAclRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<DeleteNetworkAclRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkAclId()
The ID of the network ACL.
|
int |
hashCode() |
void |
setNetworkAclId(String networkAclId)
The ID of the network ACL.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteNetworkAclRequest |
withNetworkAclId(String networkAclId)
The ID of the network ACL.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getNetworkAclId()
public void setNetworkAclId(String networkAclId)
networkAclId - The ID of the network ACL.public DeleteNetworkAclRequest withNetworkAclId(String networkAclId)
Returns a reference to this object so that method calls can be chained together.
networkAclId - The ID of the network ACL.public Request<DeleteNetworkAclRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteNetworkAclRequest>public String toString()
toString in class ObjectObject.toString()public DeleteNetworkAclRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.