7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ExactT = Aws::String>
47 void SetExact(ExactT&& value) { m_exactHasBeenSet =
true; m_exact = std::forward<ExactT>(value); }
48 template<
typename ExactT = Aws::String>
54 bool m_exactHasBeenSet =
false;
AWS_APPMESH_API HttpGatewayRoutePathRewrite & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExact(ExactT &&value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExactHasBeenSet() const
AWS_APPMESH_API HttpGatewayRoutePathRewrite()=default
AWS_APPMESH_API HttpGatewayRoutePathRewrite(Aws::Utils::Json::JsonView jsonValue)
HttpGatewayRoutePathRewrite & WithExact(ExactT &&value)
const Aws::String & GetExact() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue