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