7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/IntermediateStorage.h>
9#include <aws/bedrock-agent/model/Transformation.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace BedrockAgent {
50 template <
typename IntermediateStorageT = IntermediateStorage>
52 m_intermediateStorageHasBeenSet =
true;
53 m_intermediateStorage = std::forward<IntermediateStorageT>(value);
55 template <
typename IntermediateStorageT = IntermediateStorage>
68 template <
typename TransformationsT = Aws::Vector<Transformation>>
70 m_transformationsHasBeenSet =
true;
71 m_transformations = std::forward<TransformationsT>(value);
73 template <
typename TransformationsT = Aws::Vector<Transformation>>
78 template <
typename TransformationsT = Transformation>
80 m_transformationsHasBeenSet =
true;
81 m_transformations.emplace_back(std::forward<TransformationsT>(value));
89 bool m_intermediateStorageHasBeenSet =
false;
90 bool m_transformationsHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue