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