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>
78 template <
typename RangeT = MatchRange>
80 m_rangeHasBeenSet =
true;
81 m_range = std::forward<RangeT>(value);
83 template <
typename RangeT = MatchRange>
85 SetRange(std::forward<RangeT>(value));
96 template <
typename RegexT = Aws::String>
98 m_regexHasBeenSet =
true;
99 m_regex = std::forward<RegexT>(value);
101 template <
typename RegexT = Aws::String>
103 SetRegex(std::forward<RegexT>(value));
114 template <
typename SuffixT = Aws::String>
116 m_suffixHasBeenSet =
true;
117 m_suffix = std::forward<SuffixT>(value);
119 template <
typename SuffixT = Aws::String>
135 bool m_exactHasBeenSet =
false;
136 bool m_prefixHasBeenSet =
false;
137 bool m_rangeHasBeenSet =
false;
138 bool m_regexHasBeenSet =
false;
139 bool m_suffixHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue