7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FlowDefinitionArnT = Aws::String>
49 void SetFlowDefinitionArn(FlowDefinitionArnT&& value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value); }
50 template<
typename FlowDefinitionArnT = Aws::String>
60 template<
typename InstructionsT = Aws::String>
61 void SetInstructions(InstructionsT&& value) { m_instructionsHasBeenSet =
true; m_instructions = std::forward<InstructionsT>(value); }
62 template<
typename InstructionsT = Aws::String>
68 bool m_flowDefinitionArnHasBeenSet =
false;
71 bool m_instructionsHasBeenSet =
false;
HumanWorkflowConfig & WithInstructions(InstructionsT &&value)
bool FlowDefinitionArnHasBeenSet() const
bool InstructionsHasBeenSet() const
const Aws::String & GetInstructions() const
AWS_BEDROCK_API HumanWorkflowConfig()=default
void SetFlowDefinitionArn(FlowDefinitionArnT &&value)
void SetInstructions(InstructionsT &&value)
AWS_BEDROCK_API HumanWorkflowConfig(Aws::Utils::Json::JsonView jsonValue)
HumanWorkflowConfig & WithFlowDefinitionArn(FlowDefinitionArnT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API HumanWorkflowConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFlowDefinitionArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue