public class DescribeUserVpcConnectionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUserVpcConnectionRequest() | 
| DescribeUserVpcConnectionRequest(DescribeUserVpcConnectionRequest 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 | 
|---|---|
| String[] | getDataEngineIds()Get 引擎ID集合 | 
| String | getEngineNetworkId()Get 引擎网络ID | 
| String[] | getUserVpcEndpointIds()Get 终端节点ID集合 | 
| void | setDataEngineIds(String[] DataEngineIds)Set 引擎ID集合 | 
| void | setEngineNetworkId(String EngineNetworkId)Set 引擎网络ID | 
| void | setUserVpcEndpointIds(String[] UserVpcEndpointIds)Set 终端节点ID集合 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeUserVpcConnectionRequest()
public DescribeUserVpcConnectionRequest(DescribeUserVpcConnectionRequest source)
public String getEngineNetworkId()
public void setEngineNetworkId(String EngineNetworkId)
EngineNetworkId - 引擎网络IDpublic String[] getDataEngineIds()
public void setDataEngineIds(String[] DataEngineIds)
DataEngineIds - 引擎ID集合public String[] getUserVpcEndpointIds()
public void setUserVpcEndpointIds(String[] UserVpcEndpointIds)
UserVpcEndpointIds - 终端节点ID集合Copyright © 2025. All rights reserved.