7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
42 template <
typename CodeT = Aws::String>
44 m_codeHasBeenSet =
true;
45 m_code = std::forward<CodeT>(value);
47 template <
typename CodeT = Aws::String>
49 SetCode(std::forward<CodeT>(value));
60 template <
typename FilesT = Aws::Vector<Aws::String>>
62 m_filesHasBeenSet =
true;
63 m_files = std::forward<FilesT>(value);
65 template <
typename FilesT = Aws::Vector<Aws::String>>
67 SetFiles(std::forward<FilesT>(value));
70 template <
typename FilesT = Aws::String>
72 m_filesHasBeenSet =
true;
73 m_files.emplace_back(std::forward<FilesT>(value));
81 bool m_codeHasBeenSet =
false;
82 bool m_filesHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue