7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CuratedQuery.h>
9#include <aws/bedrock-agent/model/QueryGenerationTable.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace BedrockAgent {
44 template <
typename TablesT = Aws::Vector<QueryGenerationTable>>
46 m_tablesHasBeenSet =
true;
47 m_tables = std::forward<TablesT>(value);
49 template <
typename TablesT = Aws::Vector<QueryGenerationTable>>
54 template <
typename TablesT = QueryGenerationTable>
56 m_tablesHasBeenSet =
true;
57 m_tables.emplace_back(std::forward<TablesT>(value));
69 template <
typename CuratedQueriesT = Aws::Vector<CuratedQuery>>
71 m_curatedQueriesHasBeenSet =
true;
72 m_curatedQueries = std::forward<CuratedQueriesT>(value);
74 template <
typename CuratedQueriesT = Aws::Vector<CuratedQuery>>
79 template <
typename CuratedQueriesT = CuratedQuery>
81 m_curatedQueriesHasBeenSet =
true;
82 m_curatedQueries.emplace_back(std::forward<CuratedQueriesT>(value));
90 bool m_tablesHasBeenSet =
false;
91 bool m_curatedQueriesHasBeenSet =
false;
bool CuratedQueriesHasBeenSet() const
const Aws::Vector< QueryGenerationTable > & GetTables() const
bool TablesHasBeenSet() const
void SetTables(TablesT &&value)
AWS_BEDROCKAGENT_API QueryGenerationContext()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
QueryGenerationContext & WithTables(TablesT &&value)
AWS_BEDROCKAGENT_API QueryGenerationContext(Aws::Utils::Json::JsonView jsonValue)
QueryGenerationContext & AddTables(TablesT &&value)
AWS_BEDROCKAGENT_API QueryGenerationContext & operator=(Aws::Utils::Json::JsonView jsonValue)
QueryGenerationContext & AddCuratedQueries(CuratedQueriesT &&value)
const Aws::Vector< CuratedQuery > & GetCuratedQueries() const
void SetCuratedQueries(CuratedQueriesT &&value)
QueryGenerationContext & WithCuratedQueries(CuratedQueriesT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue