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 Whether to accept the request of connecting with an endpoint | 
| String[] | getEndPointId()Get Endpoint ID | 
| String | getEndPointServiceId()Get Endpoint service ID | 
| void | setAcceptFlag(Boolean AcceptFlag)Set Whether to accept the request of connecting with an endpoint | 
| void | setEndPointId(String[] EndPointId)Set Endpoint ID | 
| void | setEndPointServiceId(String EndPointServiceId)Set Endpoint service 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 EnableVpcEndPointConnectRequest()
public EnableVpcEndPointConnectRequest(EnableVpcEndPointConnectRequest source)
public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - Endpoint service IDpublic String[] getEndPointId()
public void setEndPointId(String[] EndPointId)
EndPointId - Endpoint IDpublic Boolean getAcceptFlag()
public void setAcceptFlag(Boolean AcceptFlag)
AcceptFlag - Whether to accept the request of connecting with an endpointCopyright © 2022. All rights reserved.