7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename LambdaT = Aws::String>
50 void SetLambda(LambdaT&& value) { m_lambdaHasBeenSet =
true; m_lambda = std::forward<LambdaT>(value); }
51 template<
typename LambdaT = Aws::String>
57 bool m_lambdaHasBeenSet =
false;
void SetLambda(LambdaT &&value)
OrchestrationExecutor & WithLambda(LambdaT &&value)
AWS_BEDROCKAGENT_API OrchestrationExecutor()=default
AWS_BEDROCKAGENT_API OrchestrationExecutor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API OrchestrationExecutor(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLambda() const
bool LambdaHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue