public class ModifyClusterTagsRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyClusterTagsRequest() |
| 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 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 © 2020. All rights reserved.