public static class DescribeIstioGatewayRouteDetailResponseBody.DescribeIstioGatewayRouteDetailResponseBodyRouteDetailMatchRequestHeaders
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
matchingContent
The header value to be matched.
|
String |
matchingMode
The matching mode for the header value.
|
String |
name
The header key to be matched.
|
| 构造器和说明 |
|---|
DescribeIstioGatewayRouteDetailResponseBodyRouteDetailMatchRequestHeaders() |
@NameInMap(value="MatchingContent") public String matchingContent
The header value to be matched.
@NameInMap(value="MatchingMode") public String matchingMode
The matching mode for the header value. Valid values:
* `exact`: exact match
* `prefix`: match by prefix
* `regex`: match by regular expression
@NameInMap(value="Name") public String name
The header key to be matched.
public DescribeIstioGatewayRouteDetailResponseBodyRouteDetailMatchRequestHeaders()
public static DescribeIstioGatewayRouteDetailResponseBody.DescribeIstioGatewayRouteDetailResponseBodyRouteDetailMatchRequestHeaders build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIstioGatewayRouteDetailResponseBody.DescribeIstioGatewayRouteDetailResponseBodyRouteDetailMatchRequestHeaders setMatchingContent(String matchingContent)
public String getMatchingContent()
public DescribeIstioGatewayRouteDetailResponseBody.DescribeIstioGatewayRouteDetailResponseBodyRouteDetailMatchRequestHeaders setMatchingMode(String matchingMode)
public String getMatchingMode()
public DescribeIstioGatewayRouteDetailResponseBody.DescribeIstioGatewayRouteDetailResponseBodyRouteDetailMatchRequestHeaders setName(String name)
public String getName()
Copyright © 2023. All rights reserved.