7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/CuratedQuery.h>
10#include <aws/bedrock-agent/model/QueryGenerationTable.h>
50 template<
typename CuratedQueriesT = Aws::Vector<CuratedQuery>>
51 void SetCuratedQueries(CuratedQueriesT&& value) { m_curatedQueriesHasBeenSet =
true; m_curatedQueries = std::forward<CuratedQueriesT>(value); }
52 template<
typename CuratedQueriesT = Aws::Vector<CuratedQuery>>
54 template<
typename CuratedQueriesT = CuratedQuery>
65 template<
typename TablesT = Aws::Vector<QueryGenerationTable>>
66 void SetTables(TablesT&& value) { m_tablesHasBeenSet =
true; m_tables = std::forward<TablesT>(value); }
67 template<
typename TablesT = Aws::Vector<QueryGenerationTable>>
69 template<
typename TablesT = QueryGenerationTable>
75 bool m_curatedQueriesHasBeenSet =
false;
78 bool m_tablesHasBeenSet =
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::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue