public class EnableVpcEndPointConnectRequest extends AbstractModel
Constructor and Description |
---|
EnableVpcEndPointConnectRequest() |
EnableVpcEndPointConnectRequest(EnableVpcEndPointConnectRequest 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 |
getAcceptFlag()
Get 是否接受终端节点连接请求。
|
String[] |
getEndPointId()
Get 终端节点ID。
|
String |
getEndPointServiceId()
Get 终端节点服务ID。
|
void |
setAcceptFlag(Boolean AcceptFlag)
Set 是否接受终端节点连接请求。
|
void |
setEndPointId(String[] EndPointId)
Set 终端节点ID。
|
void |
setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务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 EnableVpcEndPointConnectRequest()
public EnableVpcEndPointConnectRequest(EnableVpcEndPointConnectRequest source)
public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID。public String[] getEndPointId()
public void setEndPointId(String[] EndPointId)
EndPointId
- 终端节点ID。public Boolean getAcceptFlag()
public void setAcceptFlag(Boolean AcceptFlag)
AcceptFlag
- 是否接受终端节点连接请求。Copyright © 2022. All rights reserved.