7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/StepType.h>
9#include <aws/bedrock-agent/model/TransformationFunction.h>
59 template<
typename TransformationFunctionT = TransformationFunction>
60 void SetTransformationFunction(TransformationFunctionT&& value) { m_transformationFunctionHasBeenSet =
true; m_transformationFunction = std::forward<TransformationFunctionT>(value); }
61 template<
typename TransformationFunctionT = TransformationFunction>
67 bool m_stepToApplyHasBeenSet =
false;
69 TransformationFunction m_transformationFunction;
70 bool m_transformationFunctionHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue