7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FileSource.h>
9#include <aws/bedrock-agent-runtime/model/FileUseCase.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename SourceT = FileSource>
62 m_sourceHasBeenSet =
true;
63 m_source = std::forward<SourceT>(value);
65 template <
typename SourceT = FileSource>
79 m_useCaseHasBeenSet =
true;
93 bool m_nameHasBeenSet =
false;
94 bool m_sourceHasBeenSet =
false;
95 bool m_useCaseHasBeenSet =
false;
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