7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/model/RoutingRuleMatchBasePaths.h>
9#include <aws/apigatewayv2/model/RoutingRuleMatchHeaders.h>
20namespace ApiGatewayV2 {
41 template <
typename MatchBasePathsT = RoutingRuleMatchBasePaths>
43 m_matchBasePathsHasBeenSet =
true;
44 m_matchBasePaths = std::forward<MatchBasePathsT>(value);
46 template <
typename MatchBasePathsT = RoutingRuleMatchBasePaths>
59 template <
typename MatchHeadersT = RoutingRuleMatchHeaders>
61 m_matchHeadersHasBeenSet =
true;
62 m_matchHeaders = std::forward<MatchHeadersT>(value);
64 template <
typename MatchHeadersT = RoutingRuleMatchHeaders>
74 bool m_matchBasePathsHasBeenSet =
false;
75 bool m_matchHeadersHasBeenSet =
false;
RoutingRuleCondition & WithMatchBasePaths(MatchBasePathsT &&value)
const RoutingRuleMatchBasePaths & GetMatchBasePaths() const
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
const RoutingRuleMatchHeaders & GetMatchHeaders() const
RoutingRuleCondition & WithMatchHeaders(MatchHeadersT &&value)
bool MatchBasePathsHasBeenSet() const
AWS_APIGATEWAYV2_API RoutingRuleCondition()=default
void SetMatchHeaders(MatchHeadersT &&value)
bool MatchHeadersHasBeenSet() const
AWS_APIGATEWAYV2_API RoutingRuleCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMatchBasePaths(MatchBasePathsT &&value)
AWS_APIGATEWAYV2_API RoutingRuleCondition(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue