|
|||||||
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(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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteNetworkAclRequest()
Method Detail |
---|
public java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId
- The ID of the network ACL.public DeleteNetworkAclRequest withNetworkAclId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |