public class DescribeDbAssetsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDbAssetsResponse() |
DescribeDbAssetsResponse(DescribeDbAssetsResponse 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 |
---|---|
FilterDataObject[] |
getAppIdList()
Get List of users (AppId)
Note: This field may return·null, indicating that no valid values can be obtained.
|
FilterDataObject[] |
getAssetTypeList()
Get List of asset types
Note: This field may return·null, indicating that no valid values can be obtained.
|
DBAssetVO[] |
getData()
Get Total of assets
Note: This field may return·null, indicating that no valid values can be obtained.
|
FilterDataObject[] |
getRegionList()
Get List of regions
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get Total number of results
Note: This field may return·null, indicating that no valid values can be obtained.
|
FilterDataObject[] |
getVpcList()
Get List of VPCs
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAppIdList(FilterDataObject[] AppIdList)
Set List of users (AppId)
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAssetTypeList(FilterDataObject[] AssetTypeList)
Set List of asset types
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setData(DBAssetVO[] Data)
Set Total of assets
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setRegionList(FilterDataObject[] RegionList)
Set List of regions
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set Total number of results
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setVpcList(FilterDataObject[] VpcList)
Set List of VPCs
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDbAssetsResponse()
public DescribeDbAssetsResponse(DescribeDbAssetsResponse source)
public Long getTotal()
public void setTotal(Long Total)
Total
- Total number of results
Note: This field may return·null, indicating that no valid values can be obtained.public DBAssetVO[] getData()
public void setData(DBAssetVO[] Data)
Data
- Total of assets
Note: This field may return·null, indicating that no valid values can be obtained.public FilterDataObject[] getRegionList()
public void setRegionList(FilterDataObject[] RegionList)
RegionList
- List of regions
Note: This field may return·null, indicating that no valid values can be obtained.public FilterDataObject[] getAssetTypeList()
public void setAssetTypeList(FilterDataObject[] AssetTypeList)
AssetTypeList
- List of asset types
Note: This field may return·null, indicating that no valid values can be obtained.public FilterDataObject[] getVpcList()
public void setVpcList(FilterDataObject[] VpcList)
VpcList
- List of VPCs
Note: This field may return·null, indicating that no valid values can be obtained.public FilterDataObject[] getAppIdList()
public void setAppIdList(FilterDataObject[] AppIdList)
AppIdList
- List of users (AppId)
Note: This field may return·null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.