7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
46 template<
typename UrlT = Aws::String>
47 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
48 template<
typename UrlT = Aws::String>
54 bool m_urlHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSharePointLocation()=default
RetrievalResultSharePointLocation & WithUrl(UrlT &&value)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSharePointLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUrl(UrlT &&value)
const Aws::String & GetUrl() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool UrlHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSharePointLocation(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue