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

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

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;

import com.aliyun.tea.*;

public class DeleteObjectResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

* * example: *

A5626B44-0189-443E-9816-D951F596CC89

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy