7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
40 template <
typename UriT = Aws::String>
42 m_uriHasBeenSet =
true;
43 m_uri = std::forward<UriT>(value);
45 template <
typename UriT = Aws::String>
47 SetUri(std::forward<UriT>(value));
53 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue