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 是否自动接受。
|
String |
getEndPointServiceName()
Get 终端节点服务名称。
|
Boolean |
getIsPassService()
Get 是否是PassService类型。
|
String |
getServiceInstanceId()
Get 后端服务ID,比如lb-xxx。
|
String |
getVpcId()
Get VPC实例ID。
|
void |
setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set 是否自动接受。
|
void |
setEndPointServiceName(String EndPointServiceName)
Set 终端节点服务名称。
|
void |
setIsPassService(Boolean IsPassService)
Set 是否是PassService类型。
|
void |
setServiceInstanceId(String ServiceInstanceId)
Set 后端服务ID,比如lb-xxx。
|
void |
setVpcId(String VpcId)
Set VPC实例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, toJsonString
public CreateVpcEndPointServiceRequest()
public CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC实例ID。public String getEndPointServiceName()
public void setEndPointServiceName(String EndPointServiceName)
EndPointServiceName
- 终端节点服务名称。public Boolean getAutoAcceptFlag()
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
AutoAcceptFlag
- 是否自动接受。public String getServiceInstanceId()
public void setServiceInstanceId(String ServiceInstanceId)
ServiceInstanceId
- 后端服务ID,比如lb-xxx。public Boolean getIsPassService()
public void setIsPassService(Boolean IsPassService)
IsPassService
- 是否是PassService类型。Copyright © 2021. All rights reserved.