![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.dds20151201.models.ResetAccountPasswordResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dds20151201 Show documentation
Show all versions of dds20151201 Show documentation
Alibaba Cloud Dds (20151201) SDK for Java
The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dds20151201.models;
import com.aliyun.tea.*;
public class ResetAccountPasswordResponseBody extends TeaModel {
/**
* The request ID.
*
* example:
* 06CBD06E-ABC9-4121-AB93-3C3820B3E7E6
*/
@NameInMap("RequestId")
public String requestId;
public static ResetAccountPasswordResponseBody build(java.util.Map map) throws Exception {
ResetAccountPasswordResponseBody self = new ResetAccountPasswordResponseBody();
return TeaModel.build(map, self);
}
public ResetAccountPasswordResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy