public class DeleteVpcEndPointServiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteVpcEndPointServiceRequest() | 
| DeleteVpcEndPointServiceRequest(DeleteVpcEndPointServiceRequest 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 | getEndPointServiceId()Get 终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| String | getIpAddressType()Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| void | setEndPointServiceId(String EndPointServiceId)Set 终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| void | setIpAddressType(String IpAddressType)Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| 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 DeleteVpcEndPointServiceRequest()
public DeleteVpcEndPointServiceRequest(DeleteVpcEndPointServiceRequest source)
public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - 终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType - 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。Copyright © 2025. All rights reserved.