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

com.aliyun.ess20220222.models.ModifyNotificationConfigurationResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ess20220222.models;

import com.aliyun.tea.*;

public class ModifyNotificationConfigurationResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

* * example: *

473469C7-AA6F-4DC5-B3DB-A3DC0DE3****

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy