public class ModifyClusterTagsRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyClusterTagsRequest() |
ModifyClusterTagsRequest(ModifyClusterTagsRequest 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 |
getClusterId()
Get 待修改标签的集群ID
|
TagInfoUnit[] |
getDeleteTags()
Get 待删除的标签
|
TagInfoUnit[] |
getReplaceTags()
Get 待增加或修改的标签列表
|
void |
setClusterId(String ClusterId)
Set 待修改标签的集群ID
|
void |
setDeleteTags(TagInfoUnit[] DeleteTags)
Set 待删除的标签
|
void |
setReplaceTags(TagInfoUnit[] ReplaceTags)
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 ModifyClusterTagsRequest()
public ModifyClusterTagsRequest(ModifyClusterTagsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 待修改标签的集群IDpublic TagInfoUnit[] getReplaceTags()
public void setReplaceTags(TagInfoUnit[] ReplaceTags)
ReplaceTags - 待增加或修改的标签列表public TagInfoUnit[] getDeleteTags()
public void setDeleteTags(TagInfoUnit[] DeleteTags)
DeleteTags - 待删除的标签Copyright © 2021. All rights reserved.