|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteNetworkAclRequest
public class DeleteNetworkAclRequest
Container for the parameters to the 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.
AmazonEC2.deleteNetworkAcl(DeleteNetworkAclRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteNetworkAclRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteNetworkAclRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |