7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
41 template <
typename UrlT = Aws::String>
43 m_urlHasBeenSet =
true;
44 m_url = std::forward<UrlT>(value);
46 template <
typename UrlT = Aws::String>
48 SetUrl(std::forward<UrlT>(value));
54 bool m_urlHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultOneDriveLocation()=default
bool UrlHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultOneDriveLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
RetrievalResultOneDriveLocation & WithUrl(UrlT &&value)
void SetUrl(UrlT &&value)
const Aws::String & GetUrl() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultOneDriveLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
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