![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.rds20140815.models.StopDBInstanceResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.rds20140815.models;
import com.aliyun.tea.*;
public class StopDBInstanceResponseBody extends TeaModel {
/**
* The ID of the request.
*
* example:
* A417FB41-A3D9-464E-AD0A-C7FE05C72E98
*/
@NameInMap("RequestId")
public String requestId;
public static StopDBInstanceResponseBody build(java.util.Map map) throws Exception {
StopDBInstanceResponseBody self = new StopDBInstanceResponseBody();
return TeaModel.build(map, self);
}
public StopDBInstanceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy