7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
55 bool m_idHasBeenSet =
false;
bool IdHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultCustomDocumentLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
RetrievalResultCustomDocumentLocation & WithId(IdT &&value)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultCustomDocumentLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultCustomDocumentLocation()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue