public class DeleteNetworkAclRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
DeleteNetworkAclRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNetworkAclId()
The ID of the network ACL to be deleted.
|
int |
hashCode() |
void |
setNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL to be deleted.
|
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 to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId - The ID of the network ACL to be deleted.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 to be deleted.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object