public class UpdateResourceTagValueRequest extends AbstractModel
| Constructor and Description |
|---|
UpdateResourceTagValueRequest() |
UpdateResourceTagValueRequest(UpdateResourceTagValueRequest 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 [ 资源六段式描述 ](https://cloud.tencent.com/document/product/598/10606)
|
String |
getTagKey()
Get 资源关联的标签键
|
String |
getTagValue()
Get 修改后的标签值
|
void |
setResource(String Resource)
Set [ 资源六段式描述 ](https://cloud.tencent.com/document/product/598/10606)
|
void |
setTagKey(String TagKey)
Set 资源关联的标签键
|
void |
setTagValue(String TagValue)
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 UpdateResourceTagValueRequest()
public UpdateResourceTagValueRequest(UpdateResourceTagValueRequest source)
public String getTagKey()
public void setTagKey(String TagKey)
TagKey - 资源关联的标签键public String getTagValue()
public void setTagValue(String TagValue)
TagValue - 修改后的标签值public String getResource()
public void setResource(String Resource)
Resource - [ 资源六段式描述 ](https://cloud.tencent.com/document/product/598/10606)Copyright © 2021. All rights reserved.