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
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupSubnetId()
Get 分组子网信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupVpcId()
Get 分组VPC信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfigList(CloudNativeAPIGatewayConfig[] ConfigList)
Set 分组网络配置列表。
|
void |
setGatewayId(String GatewayId)
Set 网关实例ID。
|
void |
setGroupId(String GroupId)
Set 分组ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupSubnetId(String GroupSubnetId)
Set 分组子网信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupVpcId(String GroupVpcId)
Set 分组VPC信息
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public 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
- 分组子网信息
注意:此字段可能返回 null,表示取不到有效值。public String getGroupVpcId()
public void setGroupVpcId(String GroupVpcId)
GroupVpcId
- 分组VPC信息
注意:此字段可能返回 null,表示取不到有效值。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 分组ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.