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

com.aliyun.arms20190808.models.DescribeTraceLicenseKeyRequest Maven / Gradle / Ivy

Go to download

Alibaba Cloud Application Real-Time Monitoring Service (20190808) SDK for Java

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

import com.aliyun.tea.*;

public class DescribeTraceLicenseKeyRequest extends TeaModel {
    /**
     * 

The region ID.

* * example: *

cn-hangzhou

*/ @NameInMap("RegionId") public String regionId; public static DescribeTraceLicenseKeyRequest build(java.util.Map map) throws Exception { DescribeTraceLicenseKeyRequest self = new DescribeTraceLicenseKeyRequest(); return TeaModel.build(map, self); } public DescribeTraceLicenseKeyRequest setRegionId(String regionId) { this.regionId = regionId; return this; } public String getRegionId() { return this.regionId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy