public class TagSpecification extends AbstractModel
Constructor and Description |
---|
TagSpecification() |
TagSpecification(TagSpecification 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 |
getResourceType()
Get Resource type.
|
Tag[] |
getTags()
Get Tag list
|
void |
setResourceType(String ResourceType)
Set Resource type.
|
void |
setTags(Tag[] Tags)
Set Tag list
|
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, toJsonString
public TagSpecification()
public TagSpecification(TagSpecification source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Resource type. Valid values: instance, modulepublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tag listCopyright © 2022. All rights reserved.