7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/GatewayRouteHostnameRewrite.h>
9#include <aws/appmesh/model/HttpGatewayRoutePathRewrite.h>
10#include <aws/appmesh/model/HttpGatewayRoutePrefixRewrite.h>
81 bool m_hostnameHasBeenSet =
false;
84 bool m_pathHasBeenSet =
false;
87 bool m_prefixHasBeenSet =
false;
AWS_APPMESH_API HttpGatewayRouteRewrite()
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
bool PathHasBeenSet() const
HttpGatewayRouteRewrite & WithPrefix(HttpGatewayRoutePrefixRewrite &&value)
void SetPrefix(HttpGatewayRoutePrefixRewrite &&value)
HttpGatewayRouteRewrite & WithHostname(GatewayRouteHostnameRewrite &&value)
void SetPath(HttpGatewayRoutePathRewrite &&value)
void SetHostname(GatewayRouteHostnameRewrite &&value)
HttpGatewayRouteRewrite & WithPath(const HttpGatewayRoutePathRewrite &value)
HttpGatewayRouteRewrite & WithPrefix(const HttpGatewayRoutePrefixRewrite &value)
void SetPath(const HttpGatewayRoutePathRewrite &value)
bool PrefixHasBeenSet() const
void SetHostname(const GatewayRouteHostnameRewrite &value)
HttpGatewayRouteRewrite & WithPath(HttpGatewayRoutePathRewrite &&value)
const HttpGatewayRoutePathRewrite & GetPath() const
bool HostnameHasBeenSet() const
HttpGatewayRouteRewrite & WithHostname(const GatewayRouteHostnameRewrite &value)
const HttpGatewayRoutePrefixRewrite & GetPrefix() const
AWS_APPMESH_API HttpGatewayRouteRewrite(Aws::Utils::Json::JsonView jsonValue)
const GatewayRouteHostnameRewrite & GetHostname() const
AWS_APPMESH_API HttpGatewayRouteRewrite & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrefix(const HttpGatewayRoutePrefixRewrite &value)
Aws::Utils::Json::JsonValue JsonValue