7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/OrchestrationExecutor.h>
21namespace BedrockAgentRuntime
48 template<
typename ExecutorT = OrchestrationExecutor>
49 void SetExecutor(ExecutorT&& value) { m_executorHasBeenSet =
true; m_executor = std::forward<ExecutorT>(value); }
50 template<
typename ExecutorT = OrchestrationExecutor>
56 bool m_executorHasBeenSet =
false;
void SetExecutor(ExecutorT &&value)
const OrchestrationExecutor & GetExecutor() const
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestration & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomOrchestration & WithExecutor(ExecutorT &&value)
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestration(Aws::Utils::Json::JsonView jsonValue)
bool ExecutorHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestration()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue