7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/GrpcGatewayRouteAction.h>
9#include <aws/appmesh/model/GrpcGatewayRouteMatch.h>
41 template <
typename ActionT = GrpcGatewayRouteAction>
43 m_actionHasBeenSet =
true;
44 m_action = std::forward<ActionT>(value);
46 template <
typename ActionT = GrpcGatewayRouteAction>
59 template <
typename MatchT = GrpcGatewayRouteMatch>
61 m_matchHasBeenSet =
true;
62 m_match = std::forward<MatchT>(value);
64 template <
typename MatchT = GrpcGatewayRouteMatch>
66 SetMatch(std::forward<MatchT>(value));
74 bool m_actionHasBeenSet =
false;
75 bool m_matchHasBeenSet =
false;
bool MatchHasBeenSet() const
AWS_APPMESH_API GrpcGatewayRoute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
GrpcGatewayRoute & WithMatch(MatchT &&value)
void SetMatch(MatchT &&value)
AWS_APPMESH_API GrpcGatewayRoute()=default
const GrpcGatewayRouteMatch & GetMatch() const
void SetAction(ActionT &&value)
const GrpcGatewayRouteAction & GetAction() const
GrpcGatewayRoute & WithAction(ActionT &&value)
bool ActionHasBeenSet() const
AWS_APPMESH_API GrpcGatewayRoute(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue