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;
const Aws::String & GetUrl() const
RetrievalResultSalesforceLocation & WithUrl(UrlT &&value)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSalesforceLocation()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSalesforceLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSalesforceLocation(Aws::Utils::Json::JsonView jsonValue)
bool UrlHasBeenSet() const
void SetUrl(UrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue