public class CreateVpcEndPointRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateVpcEndPointRequest()  | 
CreateVpcEndPointRequest(CreateVpcEndPointRequest 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 | 
getEndPointServiceId()
Get Endpoint service ID 
 | 
String | 
getEndPointVip()
Get Endpoint VIP. 
 | 
String | 
getSecurityGroupId()
Get Security group ID 
 | 
String | 
getSubnetId()
Get Subnet instance ID 
 | 
String | 
getVpcId()
Get VPC instance ID 
 | 
void | 
setEndPointName(String EndPointName)
Set Endpoint name 
 | 
void | 
setEndPointServiceId(String EndPointServiceId)
Set Endpoint service ID 
 | 
void | 
setEndPointVip(String EndPointVip)
Set Endpoint VIP. 
 | 
void | 
setSecurityGroupId(String SecurityGroupId)
Set Security group ID 
 | 
void | 
setSubnetId(String SubnetId)
Set Subnet instance ID 
 | 
void | 
setVpcId(String VpcId)
Set VPC instance ID 
 | 
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 CreateVpcEndPointRequest()
public CreateVpcEndPointRequest(CreateVpcEndPointRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC instance IDpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet instance IDpublic String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName - Endpoint namepublic String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - Endpoint service IDpublic String getEndPointVip()
public void setEndPointVip(String EndPointVip)
EndPointVip - Endpoint VIP. You can apply for a specified IP.public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - Security group IDCopyright © 2025. All rights reserved.