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