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

com.aliyun.ens20171110.models.DeleteEpnInstanceRequest 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 DeleteEpnInstanceRequest extends TeaModel {
    /**
     * 

The ID of the EPN instance.

*

This parameter is required.

* * example: *

epn-****

*/ @NameInMap("EPNInstanceId") public String EPNInstanceId; public static DeleteEpnInstanceRequest build(java.util.Map map) throws Exception { DeleteEpnInstanceRequest self = new DeleteEpnInstanceRequest(); return TeaModel.build(map, self); } public DeleteEpnInstanceRequest setEPNInstanceId(String EPNInstanceId) { this.EPNInstanceId = EPNInstanceId; return this; } public String getEPNInstanceId() { return this.EPNInstanceId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy