public class CreateVpcEndPointServiceWhiteListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateVpcEndPointServiceWhiteListRequest() | 
| CreateVpcEndPointServiceWhiteListRequest(CreateVpcEndPointServiceWhiteListRequest 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 | getDescription()Get 白名单描述。长度不超过60个字符。 | 
| String | getEndPointServiceId()Get 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| String | getUserUin()Get UIN。腾讯云账号中心控制台获取。 | 
| void | setDescription(String Description)Set 白名单描述。长度不超过60个字符。 | 
| void | setEndPointServiceId(String EndPointServiceId)Set 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| void | setUserUin(String UserUin)Set UIN。腾讯云账号中心控制台获取。 | 
| 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 CreateVpcEndPointServiceWhiteListRequest()
public CreateVpcEndPointServiceWhiteListRequest(CreateVpcEndPointServiceWhiteListRequest source)
public String getUserUin()
public void setUserUin(String UserUin)
UserUin - UIN。腾讯云账号中心控制台获取。public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。public String getDescription()
public void setDescription(String Description)
Description - 白名单描述。长度不超过60个字符。Copyright © 2025. All rights reserved.