7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/StepType.h>
9#include <aws/bedrock-agent/model/TransformationFunction.h>
20namespace BedrockAgent {
43 template <
typename TransformationFunctionT = TransformationFunction>
45 m_transformationFunctionHasBeenSet =
true;
46 m_transformationFunction = std::forward<TransformationFunctionT>(value);
48 template <
typename TransformationFunctionT = TransformationFunction>
62 m_stepToApplyHasBeenSet =
true;
63 m_stepToApply = value;
74 bool m_transformationFunctionHasBeenSet =
false;
75 bool m_stepToApplyHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue