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