public class DescribeCloudNativeAPIGatewayConfigResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCloudNativeAPIGatewayConfigResult() | 
| DescribeCloudNativeAPIGatewayConfigResult(DescribeCloudNativeAPIGatewayConfigResult 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 | 
|---|---|
| CloudNativeAPIGatewayConfig[] | getConfigList()Get 分组网络配置列表。 | 
| String | getGatewayId()Get 网关实例ID。 | 
| String | getGroupId()Get 分组ID | 
| String | getGroupSubnetId()Get 分组子网信息 | 
| String | getGroupVpcId()Get 分组VPC信息 | 
| void | setConfigList(CloudNativeAPIGatewayConfig[] ConfigList)Set 分组网络配置列表。 | 
| void | setGatewayId(String GatewayId)Set 网关实例ID。 | 
| void | setGroupId(String GroupId)Set 分组ID | 
| void | setGroupSubnetId(String GroupSubnetId)Set 分组子网信息 | 
| void | setGroupVpcId(String GroupVpcId)Set 分组VPC信息 | 
| 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 DescribeCloudNativeAPIGatewayConfigResult()
public DescribeCloudNativeAPIGatewayConfigResult(DescribeCloudNativeAPIGatewayConfigResult source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关实例ID。public CloudNativeAPIGatewayConfig[] getConfigList()
public void setConfigList(CloudNativeAPIGatewayConfig[] ConfigList)
ConfigList - 分组网络配置列表。public String getGroupSubnetId()
public void setGroupSubnetId(String GroupSubnetId)
GroupSubnetId - 分组子网信息public String getGroupVpcId()
public void setGroupVpcId(String GroupVpcId)
GroupVpcId - 分组VPC信息public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 分组IDCopyright © 2025. All rights reserved.