public class DeleteVpcRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteVpcRequest() | 
| DeleteVpcRequest(DeleteVpcRequest 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 | 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteVpcRequest()
public DeleteVpcRequest(DeleteVpcRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion - ECM 地域Copyright © 2025. All rights reserved.