public class ModifyClusterTagsRequest extends AbstractModel
header, skipSign| 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
|
Boolean |
getSyncSubresource()
Get 是否同步集群内子资源标签
|
Tag[] |
getTags()
Get 集群标签
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setSyncSubresource(Boolean SyncSubresource)
Set 是否同步集群内子资源标签
|
void |
setTags(Tag[] Tags)
Set 集群标签
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyClusterTagsRequest()
public ModifyClusterTagsRequest(ModifyClusterTagsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 集群标签public Boolean getSyncSubresource()
public void setSyncSubresource(Boolean SyncSubresource)
SyncSubresource - 是否同步集群内子资源标签Copyright © 2024. All rights reserved.