7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/model/RoutingRuleMatchBasePaths.h>
9#include <aws/apigatewayv2/model/RoutingRuleMatchHeaders.h>
47 template<
typename MatchBasePathsT = RoutingRuleMatchBasePaths>
48 void SetMatchBasePaths(MatchBasePathsT&& value) { m_matchBasePathsHasBeenSet =
true; m_matchBasePaths = std::forward<MatchBasePathsT>(value); }
49 template<
typename MatchBasePathsT = RoutingRuleMatchBasePaths>
59 template<
typename MatchHeadersT = RoutingRuleMatchHeaders>
60 void SetMatchHeaders(MatchHeadersT&& value) { m_matchHeadersHasBeenSet =
true; m_matchHeaders = std::forward<MatchHeadersT>(value); }
61 template<
typename MatchHeadersT = RoutingRuleMatchHeaders>
67 bool m_matchBasePathsHasBeenSet =
false;
70 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