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

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

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

import com.aliyun.tea.*;

public class ModifyDBClusterEndpointResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

* * example: *

CD3FA5F3-FAF3-44CA-AFFF-BAF869******

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy