public class DescribeInstanceParamsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeInstanceParamsRequest() | 
| DescribeInstanceParamsRequest(DescribeInstanceParamsRequest 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 | getClusterId()Get Cluster ID | 
| String[] | getInstanceIds()Get Instance ID, which supports batch query. | 
| String | getParamKeyword()Get Search condition for a parameter name, which supports fuzzy search. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setInstanceIds(String[] InstanceIds)Set Instance ID, which supports batch query. | 
| void | setParamKeyword(String ParamKeyword)Set Search condition for a parameter name, which supports fuzzy search. | 
| 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, toJsonStringpublic DescribeInstanceParamsRequest()
public DescribeInstanceParamsRequest(DescribeInstanceParamsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - Instance ID, which supports batch query.public String getParamKeyword()
public void setParamKeyword(String ParamKeyword)
ParamKeyword - Search condition for a parameter name, which supports fuzzy search.Copyright © 2024. All rights reserved.