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

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

125B04C7-3D0D-4245-AF96-14E3758E3F06

*/ @NameInMap("RequestId") public String requestId; public static DeleteNetworkInterfacesResponseBody build(java.util.Map map) throws Exception { DeleteNetworkInterfacesResponseBody self = new DeleteNetworkInterfacesResponseBody(); return TeaModel.build(map, self); } public DeleteNetworkInterfacesResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy