7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
46 template<
typename UriT = Aws::String>
47 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
48 template<
typename UriT = Aws::String>
54 bool m_uriHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultKendraDocumentLocation(Aws::Utils::Json::JsonView jsonValue)
bool UriHasBeenSet() const
void SetUri(UriT &&value)
RetrievalResultKendraDocumentLocation & WithUri(UriT &&value)
const Aws::String & GetUri() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultKendraDocumentLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultKendraDocumentLocation()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue