7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ExactT = Aws::String>
43 m_exactHasBeenSet =
true;
44 m_exact = std::forward<ExactT>(value);
46 template <
typename ExactT = Aws::String>
48 SetExact(std::forward<ExactT>(value));
59 template <
typename RegexT = Aws::String>
61 m_regexHasBeenSet =
true;
62 m_regex = std::forward<RegexT>(value);
64 template <
typename RegexT = Aws::String>
66 SetRegex(std::forward<RegexT>(value));
74 bool m_exactHasBeenSet =
false;
75 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