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

com.aliyun.bpstudio20210931.models.GetTokenRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetTokenRequest extends TeaModel {
    /**
     * 

The ID of the resource group.

* * example: *

rg-aekzhfgmw4e6fwq

*/ @NameInMap("ResourceGroupId") public String resourceGroupId; public static GetTokenRequest build(java.util.Map map) throws Exception { GetTokenRequest self = new GetTokenRequest(); return TeaModel.build(map, self); } public GetTokenRequest setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; return this; } public String getResourceGroupId() { return this.resourceGroupId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy