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

com.aliyun.polardb20170801.models.ModifyDBNodeHotReplicaModeResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class ModifyDBNodeHotReplicaModeResponseBody extends TeaModel {
    /**
     * 

The ID of the cluster.

*
*

You can call the DescribeDBClusters operation to query information about all clusters that are deployed in a specified region, such as the cluster ID.

*
* * example: *

pc-2vc327c2a14a3u858

*/ @NameInMap("DBClusterId") public String DBClusterId; /** *

The ID of the order.

* * example: *

2148126708*****

*/ @NameInMap("OrderId") public String orderId; /** *

The ID of the request.

* * example: *

9F4DDFBF-205C-5A3E-8DC2-C60F3E3FDC38

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy