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

com.aliyun.waf_openapi20211001.models.DescribeApisecSlsProjectsResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class DescribeApisecSlsProjectsResponseBody extends TeaModel {
    /**
     * 

The names of the projects in Simple Log Service.

*/ @NameInMap("Projects") public java.util.List projects; /** *

The ID of the request.

* * example: *

D7861F61-5B61-46CE-A47C-6B19****5EB0

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy