public class DescribeResourceTagsByTagKeysRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeResourceTagsByTagKeysRequest() |
DescribeResourceTagsByTagKeysRequest(DescribeResourceTagsByTagKeysRequest 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 |
|---|---|
Long |
getLimit()
Get 每页大小,默认为 400
|
Long |
getOffset()
Get 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
String[] |
getResourceIds()
Get 资源唯一标识
|
String |
getResourcePrefix()
Get 资源前缀
|
String |
getResourceRegion()
Get 资源地域
|
String |
getServiceType()
Get 业务类型
|
String[] |
getTagKeys()
Get 资源标签键
|
void |
setLimit(Long Limit)
Set 每页大小,默认为 400
|
void |
setOffset(Long Offset)
Set 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
void |
setResourceIds(String[] ResourceIds)
Set 资源唯一标识
|
void |
setResourcePrefix(String ResourcePrefix)
Set 资源前缀
|
void |
setResourceRegion(String ResourceRegion)
Set 资源地域
|
void |
setServiceType(String ServiceType)
Set 业务类型
|
void |
setTagKeys(String[] TagKeys)
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 DescribeResourceTagsByTagKeysRequest()
public DescribeResourceTagsByTagKeysRequest(DescribeResourceTagsByTagKeysRequest source)
public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType - 业务类型public String getResourcePrefix()
public void setResourcePrefix(String ResourcePrefix)
ResourcePrefix - 资源前缀public String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion - 资源地域public String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds - 资源唯一标识public String[] getTagKeys()
public void setTagKeys(String[] TagKeys)
TagKeys - 资源标签键public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页大小,默认为 400public Long getOffset()
public void setOffset(Long Offset)
Offset - 数据偏移量,默认为 0, 必须为Limit参数的整数倍Copyright © 2021. All rights reserved.