public class ResourceTagMapping extends AbstractModel
| Constructor and Description |
|---|
ResourceTagMapping() |
ResourceTagMapping(ResourceTagMapping source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResource()
Get 资源六段式。腾讯云使用资源六段式描述一个资源。
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId}。
|
Tag[] |
getTags()
Get 资源关联的标签列表
|
void |
setResource(String Resource)
Set 资源六段式。腾讯云使用资源六段式描述一个资源。
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId}。
|
void |
setTags(Tag[] Tags)
Set 资源关联的标签列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ResourceTagMapping()
public ResourceTagMapping(ResourceTagMapping source)
public String getResource()
public void setResource(String Resource)
Resource - 资源六段式。腾讯云使用资源六段式描述一个资源。
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId}。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 资源关联的标签列表Copyright © 2022. All rights reserved.