public class DeleteNetworkAclRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DeleteNetworkAclRequest>
Contains the parameters for DeleteNetworkAcl.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
networkAclId
The ID of the network ACL.
|
NOOP
Constructor and Description |
---|
DeleteNetworkAclRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteNetworkAclRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
Request<DeleteNetworkAclRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getNetworkAclId()
The ID of the network ACL.
|
int |
hashCode() |
void |
setNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteNetworkAclRequest |
withNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
|
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
public void setNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
networkAclId
- The ID of the network ACL.public java.lang.String getNetworkAclId()
The ID of the network ACL.
public DeleteNetworkAclRequest withNetworkAclId(java.lang.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 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 DeleteNetworkAclRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()