public class DescribeResourcesByTagsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeResourcesByTagsRequest() |
DescribeResourcesByTagsRequest(DescribeResourcesByTagsRequest 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 |
getCreateUin()
Get 创建标签者uin
|
Long |
getLimit()
Get 每页大小,默认为 15
|
Long |
getOffset()
Get 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
String |
getResourceId()
Get 资源唯一标记
|
String |
getResourcePrefix()
Get 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填
|
String |
getResourceRegion()
Get 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
|
String |
getServiceType()
Get 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
|
TagFilter[] |
getTagFilters()
Get 标签过滤数组
|
void |
setCreateUin(Long CreateUin)
Set 创建标签者uin
|
void |
setLimit(Long Limit)
Set 每页大小,默认为 15
|
void |
setOffset(Long Offset)
Set 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
void |
setResourceId(String ResourceId)
Set 资源唯一标记
|
void |
setResourcePrefix(String ResourcePrefix)
Set 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填
|
void |
setResourceRegion(String ResourceRegion)
Set 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
|
void |
setServiceType(String ServiceType)
Set 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
|
void |
setTagFilters(TagFilter[] TagFilters)
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 DescribeResourcesByTagsRequest()
public DescribeResourcesByTagsRequest(DescribeResourcesByTagsRequest source)
public TagFilter[] getTagFilters()
public void setTagFilters(TagFilter[] TagFilters)
TagFilters - 标签过滤数组public Long getCreateUin()
public void setCreateUin(Long CreateUin)
CreateUin - 创建标签者uinpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 数据偏移量,默认为 0, 必须为Limit参数的整数倍public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页大小,默认为 15public String getResourcePrefix()
public void setResourcePrefix(String ResourcePrefix)
ResourcePrefix - 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 资源唯一标记public String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion - 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType - 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafkaCopyright © 2024. All rights reserved.