7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/RetrievalResultContent.h>
9#include <aws/bedrock-agent-runtime/model/RetrievalResultLocation.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/Document.h>
25namespace BedrockAgentRuntime
98 bool m_contentHasBeenSet =
false;
101 bool m_locationHasBeenSet =
false;
104 bool m_metadataHasBeenSet =
false;
RetrievedReference & AddMetadata(const char *key, Aws::Utils::Document &&value)
RetrievedReference & AddMetadata(Aws::String &&key, Aws::Utils::Document &&value)
void SetLocation(const RetrievalResultLocation &value)
RetrievedReference & WithLocation(RetrievalResultLocation &&value)
RetrievedReference & AddMetadata(const Aws::String &key, Aws::Utils::Document &&value)
void SetMetadata(Aws::Map< Aws::String, Aws::Utils::Document > &&value)
bool LocationHasBeenSet() const
const RetrievalResultLocation & GetLocation() const
const RetrievalResultContent & GetContent() const
void SetContent(const RetrievalResultContent &value)
void SetMetadata(const Aws::Map< Aws::String, Aws::Utils::Document > &value)
RetrievedReference & WithContent(const RetrievalResultContent &value)
RetrievedReference & AddMetadata(const Aws::String &key, const Aws::Utils::Document &value)
RetrievedReference & WithContent(RetrievalResultContent &&value)
RetrievedReference & WithLocation(const RetrievalResultLocation &value)
AWS_BEDROCKAGENTRUNTIME_API RetrievedReference(Aws::Utils::Json::JsonView jsonValue)
RetrievedReference & AddMetadata(Aws::String &&key, const Aws::Utils::Document &value)
AWS_BEDROCKAGENTRUNTIME_API RetrievedReference & operator=(Aws::Utils::Json::JsonView jsonValue)
RetrievedReference & WithMetadata(const Aws::Map< Aws::String, Aws::Utils::Document > &value)
bool ContentHasBeenSet() const
RetrievedReference & AddMetadata(const char *key, const Aws::Utils::Document &value)
AWS_BEDROCKAGENTRUNTIME_API RetrievedReference()
bool MetadataHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::Utils::Document > & GetMetadata() const
RetrievedReference & WithMetadata(Aws::Map< Aws::String, Aws::Utils::Document > &&value)
void SetLocation(RetrievalResultLocation &&value)
void SetContent(RetrievalResultContent &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue