public class CreateEndPointRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateEndPointRequest() | 
| CreateEndPointRequest(CreateEndPointRequest 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 | getEndPointName()Get Endpoint name. | 
| String | getEndPointRegion()Get Endpoint region, which should be consistent with the region of the endpoint service. | 
| String | getEndPointServiceId()Get Endpoint service ID (namely, VPC endpoint service ID). | 
| Long | getIpNum()Get Number of endpoint IP addresses. | 
| void | setEndPointName(String EndPointName)Set Endpoint name. | 
| void | setEndPointRegion(String EndPointRegion)Set Endpoint region, which should be consistent with the region of the endpoint service. | 
| void | setEndPointServiceId(String EndPointServiceId)Set Endpoint service ID (namely, VPC endpoint service ID). | 
| void | setIpNum(Long IpNum)Set Number of endpoint IP addresses. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateEndPointRequest()
public CreateEndPointRequest(CreateEndPointRequest source)
public String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName - Endpoint name.public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - Endpoint service ID (namely, VPC endpoint service ID).public String getEndPointRegion()
public void setEndPointRegion(String EndPointRegion)
EndPointRegion - Endpoint region, which should be consistent with the region of the endpoint service.public Long getIpNum()
public void setIpNum(Long IpNum)
IpNum - Number of endpoint IP addresses.Copyright © 2025. All rights reserved.