All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.ens20171110.models.DeleteNetworkAclEntryRequest Maven / Gradle / Ivy

There is a newer version: 7.4.0
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;

import com.aliyun.tea.*;

public class DeleteNetworkAclEntryRequest extends TeaModel {
    /**
     * 

The ID of the network ACL for which you want to delete a rule.

* * example: *

nae-5****

*/ @NameInMap("NetworkAclEntryId") public String networkAclEntryId; public static DeleteNetworkAclEntryRequest build(java.util.Map map) throws Exception { DeleteNetworkAclEntryRequest self = new DeleteNetworkAclEntryRequest(); return TeaModel.build(map, self); } public DeleteNetworkAclEntryRequest setNetworkAclEntryId(String networkAclEntryId) { this.networkAclEntryId = networkAclEntryId; return this; } public String getNetworkAclEntryId() { return this.networkAclEntryId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy