public class DescribeResourceTagsByResourceIdsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeResourceTagsByResourceIdsRequest() |
DescribeResourceTagsByResourceIdsRequest(DescribeResourceTagsByResourceIdsRequest 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 |
getCategory()
Get 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
|
Long |
getLimit()
Get 每页大小,默认为 15
|
Long |
getOffset()
Get 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
String[] |
getResourceIds()
Get 资源ID数组,大小不超过50
|
String |
getResourcePrefix()
Get 资源前缀,示例 instance
|
String |
getResourceRegion()
Get 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
|
String |
getServiceType()
Get 业务类型,示例 cvm 。资源所属业务名称(资源六段式中的第三段)
|
void |
setCategory(String Category)
Set 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
|
void |
setLimit(Long Limit)
Set 每页大小,默认为 15
|
void |
setOffset(Long Offset)
Set 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
void |
setResourceIds(String[] ResourceIds)
Set 资源ID数组,大小不超过50
|
void |
setResourcePrefix(String ResourcePrefix)
Set 资源前缀,示例 instance
|
void |
setResourceRegion(String ResourceRegion)
Set 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
|
void |
setServiceType(String ServiceType)
Set 业务类型,示例 cvm 。资源所属业务名称(资源六段式中的第三段)
|
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 DescribeResourceTagsByResourceIdsRequest()
public DescribeResourceTagsByResourceIdsRequest(DescribeResourceTagsByResourceIdsRequest source)
public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType - 业务类型,示例 cvm 。资源所属业务名称(资源六段式中的第三段)public String getResourcePrefix()
public void setResourcePrefix(String ResourcePrefix)
ResourcePrefix - 资源前缀,示例 instancepublic String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds - 资源ID数组,大小不超过50public String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion - 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填public Long getOffset()
public void setOffset(Long Offset)
Offset - 数据偏移量,默认为 0, 必须为Limit参数的整数倍public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页大小,默认为 15public String getCategory()
public void setCategory(String Category)
Category - 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。Copyright © 2024. All rights reserved.