7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent-runtime/model/OutputFile.h>
22namespace BedrockAgentRuntime
36 AWS_BEDROCKAGENTRUNTIME_API
FilePart() =
default;
48 template<
typename FilesT = Aws::Vector<OutputFile>>
49 void SetFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files = std::forward<FilesT>(value); }
50 template<
typename FilesT = Aws::Vector<OutputFile>>
52 template<
typename FilesT = OutputFile>
53 FilePart&
AddFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files.emplace_back(std::forward<FilesT>(value));
return *
this; }
58 bool m_filesHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API FilePart(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API FilePart & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< OutputFile > & GetFiles() const
AWS_BEDROCKAGENTRUNTIME_API FilePart()=default
void SetFiles(FilesT &&value)
FilePart & AddFiles(FilesT &&value)
FilePart & WithFiles(FilesT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool FilesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue