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

com.aliyun.cs20151215.models.CreateTemplateResponseBody Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.cs20151215.models;

import com.aliyun.tea.*;

public class CreateTemplateResponseBody extends TeaModel {
    /**
     * 

The ID of the orchestration template.

* * example: *

ba1fe77b-b01e-4640-b77e-8f1b80e3e3cf

*/ @NameInMap("template_id") public String templateId; public static CreateTemplateResponseBody build(java.util.Map map) throws Exception { CreateTemplateResponseBody self = new CreateTemplateResponseBody(); return TeaModel.build(map, self); } public CreateTemplateResponseBody setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy