public class ModifyResourceTagsRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyResourceTagsRequest() |
ModifyResourceTagsRequest(ModifyResourceTagsRequest 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 |
getFileSystemId()
Get 文件系统ID
|
Tag[] |
getTags()
Get 多个资源标签,可以为空数组
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
|
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 ModifyResourceTagsRequest()
public ModifyResourceTagsRequest(ModifyResourceTagsRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统IDpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 多个资源标签,可以为空数组Copyright © 2021. All rights reserved.