7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/AgenticRetrieveMessageContent.h>
9#include <aws/bedrock-agent-runtime/model/AgenticRetrieveSourceRetriever.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace BedrockAgentRuntime {
43 template <
typename InputQueryT = AgenticRetrieveMessageContent>
45 m_inputQueryHasBeenSet =
true;
46 m_inputQuery = std::forward<InputQueryT>(value);
48 template <
typename InputQueryT = AgenticRetrieveMessageContent>
61 template <
typename SourceRetrieversT = Aws::Vector<AgenticRetrieveSourceRetriever>>
63 m_sourceRetrieversHasBeenSet =
true;
64 m_sourceRetrievers = std::forward<SourceRetrieversT>(value);
66 template <
typename SourceRetrieversT = Aws::Vector<AgenticRetrieveSourceRetriever>>
71 template <
typename SourceRetrieversT = AgenticRetrieveSourceRetriever>
73 m_sourceRetrieversHasBeenSet =
true;
74 m_sourceRetrievers.emplace_back(std::forward<SourceRetrieversT>(value));
82 bool m_inputQueryHasBeenSet =
false;
83 bool m_sourceRetrieversHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveActionDetails()=default
const AgenticRetrieveMessageContent & GetInputQuery() const
bool SourceRetrieversHasBeenSet() const
AgenticRetrieveActionDetails & AddSourceRetrievers(SourceRetrieversT &&value)
AgenticRetrieveActionDetails & WithSourceRetrievers(SourceRetrieversT &&value)
void SetSourceRetrievers(SourceRetrieversT &&value)
bool InputQueryHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveActionDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveActionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AgenticRetrieveSourceRetriever > & GetSourceRetrievers() const
AgenticRetrieveActionDetails & WithInputQuery(InputQueryT &&value)
void SetInputQuery(InputQueryT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue