|
Did this page help you?Yes No Tell us about it... |
||||||
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 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.
AmazonEC2.deleteNetworkAcl(DeleteNetworkAclRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteNetworkAclRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
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 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 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 |