7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/MatchRange.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ExactT = Aws::String>
44 m_exactHasBeenSet =
true;
45 m_exact = std::forward<ExactT>(value);
47 template <
typename ExactT = Aws::String>
49 SetExact(std::forward<ExactT>(value));
60 template <
typename PrefixT = Aws::String>
62 m_prefixHasBeenSet =
true;
63 m_prefix = std::forward<PrefixT>(value);
65 template <
typename PrefixT = Aws::String>
76 template <
typename RangeT = MatchRange>
78 m_rangeHasBeenSet =
true;
79 m_range = std::forward<RangeT>(value);
81 template <
typename RangeT = MatchRange>
83 SetRange(std::forward<RangeT>(value));
94 template <
typename RegexT = Aws::String>
96 m_regexHasBeenSet =
true;
97 m_regex = std::forward<RegexT>(value);
99 template <
typename RegexT = Aws::String>
101 SetRegex(std::forward<RegexT>(value));
112 template <
typename SuffixT = Aws::String>
114 m_suffixHasBeenSet =
true;
115 m_suffix = std::forward<SuffixT>(value);
117 template <
typename SuffixT = Aws::String>
133 bool m_exactHasBeenSet =
false;
134 bool m_prefixHasBeenSet =
false;
135 bool m_rangeHasBeenSet =
false;
136 bool m_regexHasBeenSet =
false;
137 bool m_suffixHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue