7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/model/TextMatchItem.h>
48 template<
typename TextMatchesT = Aws::Vector<TextMatchItem>>
49 void SetTextMatches(TextMatchesT&& value) { m_textMatchesHasBeenSet =
true; m_textMatches = std::forward<TextMatchesT>(value); }
50 template<
typename TextMatchesT = Aws::Vector<TextMatchItem>>
52 template<
typename TextMatchesT = TextMatchItem>
53 MatchRationaleItem&
AddTextMatches(TextMatchesT&& value) { m_textMatchesHasBeenSet =
true; m_textMatches.emplace_back(std::forward<TextMatchesT>(value));
return *
this; }
58 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