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

com.aliyun.sas20181203.models.CreateRdDefaultSyncListResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class CreateRdDefaultSyncListResponseBody extends TeaModel {
    /**
     * example:
     * 

BA674E4B-00CF-5DEA-8B92-360862FB5133

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy