@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNetworkAclRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteNetworkAclRequest>
Contains the parameters for DeleteNetworkAcl.
NOOP
Constructor and Description |
---|
DeleteNetworkAclRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteNetworkAclRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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 setNetworkAclId(String networkAclId)
The ID of the network ACL.
networkAclId
- The ID of the network ACL.public String getNetworkAclId()
The ID of the network ACL.
public DeleteNetworkAclRequest withNetworkAclId(String networkAclId)
The ID of the network ACL.
networkAclId
- The ID of the network ACL.public Request<DeleteNetworkAclRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteNetworkAclRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteNetworkAclRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.