7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/OutputFile.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
42 template <
typename FilesT = Aws::Vector<OutputFile>>
44 m_filesHasBeenSet =
true;
45 m_files = std::forward<FilesT>(value);
47 template <
typename FilesT = Aws::Vector<OutputFile>>
49 SetFiles(std::forward<FilesT>(value));
52 template <
typename FilesT = OutputFile>
54 m_filesHasBeenSet =
true;
55 m_files.emplace_back(std::forward<FilesT>(value));
61 bool m_filesHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API InlineAgentFilePart()=default
AWS_BEDROCKAGENTRUNTIME_API InlineAgentFilePart(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API InlineAgentFilePart & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< OutputFile > & GetFiles() const
void SetFiles(FilesT &&value)
bool FilesHasBeenSet() const
InlineAgentFilePart & WithFiles(FilesT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
InlineAgentFilePart & AddFiles(FilesT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue