public class ModifyVpcEndPointServiceAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyVpcEndPointServiceAttributeRequest() |
ModifyVpcEndPointServiceAttributeRequest(ModifyVpcEndPointServiceAttributeRequest 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 |
getEndPointServiceId()
Get 终端节点服务ID。
|
String |
getEndPointServiceName()
Get 终端节点服务名称。
|
String |
getServiceInstanceId()
Get 后端服务的ID,比如lb-xxx。
|
String |
getVpcId()
Get VPCID。
|
void |
setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set 是否自动接受终端节点的连接请求。
|
void |
setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。
|
void |
setEndPointServiceName(String EndPointServiceName)
Set 终端节点服务名称。
|
void |
setServiceInstanceId(String ServiceInstanceId)
Set 后端服务的ID,比如lb-xxx。
|
void |
setVpcId(String VpcId)
Set VPCID。
|
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 ModifyVpcEndPointServiceAttributeRequest()
public ModifyVpcEndPointServiceAttributeRequest(ModifyVpcEndPointServiceAttributeRequest source)
public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID。public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPCID。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。Copyright © 2022. All rights reserved.