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

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

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

import com.aliyun.tea.*;

public class ModifyDBClusterAccessWhitelistResponseBody extends TeaModel {
    /**
     * 

The request ID.

* * example: *

D0CEC6AC-7760-409A-A0D5-E6CD86******

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy