7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
48 template <
typename UriT = Aws::String>
50 m_uriHasBeenSet =
true;
51 m_uri = std::forward<UriT>(value);
53 template <
typename UriT = Aws::String>
55 SetUri(std::forward<UriT>(value));
61 bool m_uriHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultS3Location()=default
const Aws::String & GetUri() const
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultS3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
RetrievalResultS3Location & WithUri(UriT &&value)
bool UriHasBeenSet() const
void SetUri(UriT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
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