7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ExactT = Aws::String>
48 void SetExact(ExactT&& value) { m_exactHasBeenSet =
true; m_exact = std::forward<ExactT>(value); }
49 template<
typename ExactT = Aws::String>
59 template<
typename RegexT = Aws::String>
60 void SetRegex(RegexT&& value) { m_regexHasBeenSet =
true; m_regex = std::forward<RegexT>(value); }
61 template<
typename RegexT = Aws::String>
67 bool m_exactHasBeenSet =
false;
70 bool m_regexHasBeenSet =
false;
const Aws::String & GetRegex() const
bool ExactHasBeenSet() const
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPMESH_API HttpPathMatch()=default
void SetExact(ExactT &&value)
void SetRegex(RegexT &&value)
HttpPathMatch & WithExact(ExactT &&value)
HttpPathMatch & WithRegex(RegexT &&value)
bool RegexHasBeenSet() const
AWS_APPMESH_API HttpPathMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API HttpPathMatch(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExact() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue