AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
RetrievalResultS3Location.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgentRuntime {
20namespace Model {
21
36 public:
37 AWS_BEDROCKAGENTRUNTIME_API RetrievalResultS3Location() = default;
40 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
41
43
46 inline const Aws::String& GetUri() const { return m_uri; }
47 inline bool UriHasBeenSet() const { return m_uriHasBeenSet; }
48 template <typename UriT = Aws::String>
49 void SetUri(UriT&& value) {
50 m_uriHasBeenSet = true;
51 m_uri = std::forward<UriT>(value);
52 }
53 template <typename UriT = Aws::String>
55 SetUri(std::forward<UriT>(value));
56 return *this;
57 }
59 private:
60 Aws::String m_uri;
61 bool m_uriHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace BedrockAgentRuntime
66} // namespace Aws
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultS3Location()=default
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultS3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
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