7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/FileSource.h>
10#include <aws/bedrock-agent-runtime/model/FileUseCase.h>
23namespace BedrockAgentRuntime
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename SourceT = FileSource>
61 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
62 template<
typename SourceT = FileSource>
78 bool m_nameHasBeenSet =
false;
81 bool m_sourceHasBeenSet =
false;
84 bool m_useCaseHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue