7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/TextMatchItem.h>
42 template <
typename TextMatchesT = Aws::Vector<TextMatchItem>>
44 m_textMatchesHasBeenSet =
true;
45 m_textMatches = std::forward<TextMatchesT>(value);
47 template <
typename TextMatchesT = Aws::Vector<TextMatchItem>>
52 template <
typename TextMatchesT = TextMatchItem>
54 m_textMatchesHasBeenSet =
true;
55 m_textMatches.emplace_back(std::forward<TextMatchesT>(value));
61 bool m_textMatchesHasBeenSet =
false;
void SetTextMatches(TextMatchesT &&value)
AWS_DATAZONE_API MatchRationaleItem(Aws::Utils::Json::JsonView jsonValue)
MatchRationaleItem & AddTextMatches(TextMatchesT &&value)
AWS_DATAZONE_API MatchRationaleItem()=default
const Aws::Vector< TextMatchItem > & GetTextMatches() const
bool TextMatchesHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
MatchRationaleItem & WithTextMatches(TextMatchesT &&value)
AWS_DATAZONE_API MatchRationaleItem & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue