7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/OrchestrationExecutor.h>
19namespace BedrockAgent {
41 template <
typename ExecutorT = OrchestrationExecutor>
43 m_executorHasBeenSet =
true;
44 m_executor = std::forward<ExecutorT>(value);
46 template <
typename ExecutorT = OrchestrationExecutor>
54 bool m_executorHasBeenSet =
false;
const OrchestrationExecutor & GetExecutor() const
bool ExecutorHasBeenSet() const
CustomOrchestration & WithExecutor(ExecutorT &&value)
AWS_BEDROCKAGENT_API CustomOrchestration()=default
void SetExecutor(ExecutorT &&value)
AWS_BEDROCKAGENT_API CustomOrchestration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API CustomOrchestration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue