public class ModifyVpcEndPointAttributeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyVpcEndPointAttributeRequest() | 
| ModifyVpcEndPointAttributeRequest(ModifyVpcEndPointAttributeRequest 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 | getEndPointId()Get 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。 | 
| String | getEndPointName()Get 终端节点名称。长度限制为60个字符。 | 
| String | getIpAddressType()Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| String[] | getSecurityGroupIds()Get 安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。 | 
| void | setEndPointId(String EndPointId)Set 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。 | 
| void | setEndPointName(String EndPointName)Set 终端节点名称。长度限制为60个字符。 | 
| void | setIpAddressType(String IpAddressType)Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| void | setSecurityGroupIds(String[] SecurityGroupIds)Set 安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。 | 
| 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 ModifyVpcEndPointAttributeRequest()
public ModifyVpcEndPointAttributeRequest(ModifyVpcEndPointAttributeRequest source)
public String getEndPointId()
public void setEndPointId(String EndPointId)
EndPointId - 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。public String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName - 终端节点名称。长度限制为60个字符。public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds - 安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType - 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。Copyright © 2025. All rights reserved.