public class DescribePrometheusZonesRequest extends AbstractModel
Constructor and Description |
---|
DescribePrometheusZonesRequest() |
DescribePrometheusZonesRequest(DescribePrometheusZonesRequest 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 |
getRegionId()
Get Region ID.
|
String |
getRegionName()
Get Region name.
|
void |
setRegionId(Long RegionId)
Set Region ID.
|
void |
setRegionName(String RegionName)
Set Region name.
|
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, toJsonString
public DescribePrometheusZonesRequest()
public DescribePrometheusZonesRequest(DescribePrometheusZonesRequest source)
public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- Region ID. You only need to specify the value of either `RegionId` or `RegionName`.public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region name. You only need to specify the value of either `RegionId` or `RegionName`.Copyright © 2023. All rights reserved.