public class DescribeRegionsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRegionsRequest() | 
| DescribeRegionsRequest(DescribeRegionsRequest 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 | getProduct()Get Name of the product to be queried, such as cvm. | 
| Long | getScene()Get Not passed or 0 means no query [optional business allowlist], 1 means query [optional business allowlist]. | 
| void | setProduct(String Product)Set Name of the product to be queried, such as cvm. | 
| void | setScene(Long Scene)Set Not passed or 0 means no query [optional business allowlist], 1 means query [optional business allowlist]. | 
| 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 DescribeRegionsRequest()
public DescribeRegionsRequest(DescribeRegionsRequest source)
public String getProduct()
public void setProduct(String Product)
Product - Name of the product to be queried, such as cvm. for specific value, query the DescribeProducts api.public Long getScene()
public void setScene(Long Scene)
Scene - Not passed or 0 means no query [optional business allowlist], 1 means query [optional business allowlist]. if this parameter is set to 1, the allowlist will only be queried when no business allowlist is found.Copyright © 2025. All rights reserved.