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

com.aliyun.dds20151201.models.ResetAccountPasswordResponseBody Maven / Gradle / Ivy

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