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

com.aliyun.rds20140815.models.ModifyDBDescriptionResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class ModifyDBDescriptionResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

* * example: *

17F57FEE-EA4F-4337-8D2E-9C23CAA63D74

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy