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

com.aliyun.servicecatalog20210901.models.TerminateProvisionedProductResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class TerminateProvisionedProductResponseBody extends TeaModel {
    // 请求ID
    @NameInMap("RequestId")
    public String requestId;

    public static TerminateProvisionedProductResponseBody build(java.util.Map map) throws Exception {
        TerminateProvisionedProductResponseBody self = new TerminateProvisionedProductResponseBody();
        return TeaModel.build(map, self);
    }

    public TerminateProvisionedProductResponseBody setRequestId(String requestId) {
        this.requestId = requestId;
        return this;
    }
    public String getRequestId() {
        return this.requestId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy