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