public class DeleteNetworkAclRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DeleteNetworkAclRequest>
DeleteNetworkAcl operation
.
Deletes a network ACL from a VPC. The ACL must not have any subnets associated with it. You can't delete the default network ACL. For more information about network ACLs, go to Network ACLs in the Amazon Virtual Private Cloud User Guide.
Constructor and Description |
---|
DeleteNetworkAclRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Request<DeleteNetworkAclRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkAclId()
The ID of the network ACL to be deleted.
|
int |
hashCode() |
void |
setNetworkAclId(String networkAclId)
The ID of the network ACL to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteNetworkAclRequest |
withNetworkAclId(String networkAclId)
The ID of the network ACL to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getNetworkAclId()
public void setNetworkAclId(String networkAclId)
networkAclId
- The ID of the network ACL to be deleted.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 to be deleted.public Request<DeleteNetworkAclRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteNetworkAclRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.