public class CreateVpcEndPointServiceRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateVpcEndPointServiceRequest() | 
| CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest 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 | 
|---|---|
| Boolean | getAutoAcceptFlag()Get Whether to automatically accept | 
| String | getEndPointServiceName()Get Endpoint service name | 
| Boolean | getIsPassService()Get Whether it is of the type `PassService`. | 
| String | getServiceInstanceId()Get Real server ID, such as `lb-xxx`. | 
| String | getVpcId()Get VPC instance ID | 
| void | setAutoAcceptFlag(Boolean AutoAcceptFlag)Set Whether to automatically accept | 
| void | setEndPointServiceName(String EndPointServiceName)Set Endpoint service name | 
| void | setIsPassService(Boolean IsPassService)Set Whether it is of the type `PassService`. | 
| void | setServiceInstanceId(String ServiceInstanceId)Set Real server ID, such as `lb-xxx`. | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CreateVpcEndPointServiceRequest()
public CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC instance IDpublic String getEndPointServiceName()
public void setEndPointServiceName(String EndPointServiceName)
EndPointServiceName - Endpoint service namepublic Boolean getAutoAcceptFlag()
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
AutoAcceptFlag - Whether to automatically acceptpublic String getServiceInstanceId()
public void setServiceInstanceId(String ServiceInstanceId)
ServiceInstanceId - Real server ID, such as `lb-xxx`.public Boolean getIsPassService()
public void setIsPassService(Boolean IsPassService)
IsPassService - Whether it is of the type `PassService`. Valid values: true: yes; false: no. Default value: falseCopyright © 2022. All rights reserved.