7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
42 template <
typename LambdaT = Aws::String>
44 m_lambdaHasBeenSet =
true;
45 m_lambda = std::forward<LambdaT>(value);
47 template <
typename LambdaT = Aws::String>
55 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue