public class DeleteSubnetRequest extends AbstractModel
Constructor and Description |
---|
DeleteSubnetRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEcmRegion()
Get ECM 地域
|
String |
getSubnetId()
Get 子网实例ID。可通过DescribeSubnets接口返回值中的SubnetId获取。
|
void |
setEcmRegion(String EcmRegion)
Set ECM 地域
|
void |
setSubnetId(String SubnetId)
Set 子网实例ID。可通过DescribeSubnets接口返回值中的SubnetId获取。
|
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 String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网实例ID。可通过DescribeSubnets接口返回值中的SubnetId获取。public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM 地域Copyright © 2020. All rights reserved.