public class DescribeInstanceParamsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceParamsResponse() |
DescribeInstanceParamsResponse(DescribeInstanceParamsResponse 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 |
---|---|
InstanceEnumParam[] |
getInstanceEnumParam()
Get Collection of parameters whose values are of the Enum type.
|
InstanceIntegerParam[] |
getInstanceIntegerParam()
Get Collection of parameters whose values are of the Integer type.
|
InstanceMultiParam[] |
getInstanceMultiParam()
Get Collection of parameters whose values are of different types.
|
InstanceTextParam[] |
getInstanceTextParam()
Get Collection of parameters whose values are of the Text type.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getTotalCount()
Get Number of modifiable parameters supported by the current instance.
|
void |
setInstanceEnumParam(InstanceEnumParam[] InstanceEnumParam)
Set Collection of parameters whose values are of the Enum type.
|
void |
setInstanceIntegerParam(InstanceIntegerParam[] InstanceIntegerParam)
Set Collection of parameters whose values are of the Integer type.
|
void |
setInstanceMultiParam(InstanceMultiParam[] InstanceMultiParam)
Set Collection of parameters whose values are of different types.
|
void |
setInstanceTextParam(InstanceTextParam[] InstanceTextParam)
Set Collection of parameters whose values are of the Text type.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTotalCount(Long TotalCount)
Set Number of modifiable parameters supported by the current instance.
|
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, toJsonString
public DescribeInstanceParamsResponse()
public DescribeInstanceParamsResponse(DescribeInstanceParamsResponse source)
public InstanceEnumParam[] getInstanceEnumParam()
public void setInstanceEnumParam(InstanceEnumParam[] InstanceEnumParam)
InstanceEnumParam
- Collection of parameters whose values are of the Enum type.public InstanceIntegerParam[] getInstanceIntegerParam()
public void setInstanceIntegerParam(InstanceIntegerParam[] InstanceIntegerParam)
InstanceIntegerParam
- Collection of parameters whose values are of the Integer type.public InstanceTextParam[] getInstanceTextParam()
public void setInstanceTextParam(InstanceTextParam[] InstanceTextParam)
InstanceTextParam
- Collection of parameters whose values are of the Text type.public InstanceMultiParam[] getInstanceMultiParam()
public void setInstanceMultiParam(InstanceMultiParam[] InstanceMultiParam)
InstanceMultiParam
- Collection of parameters whose values are of different types.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Number of modifiable parameters supported by the current instance.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.