7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename FlowDefinitionArnT = Aws::String>
44 m_flowDefinitionArnHasBeenSet =
true;
45 m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value);
47 template <
typename FlowDefinitionArnT = Aws::String>
60 template <
typename InstructionsT = Aws::String>
62 m_instructionsHasBeenSet =
true;
63 m_instructions = std::forward<InstructionsT>(value);
65 template <
typename InstructionsT = Aws::String>
75 bool m_flowDefinitionArnHasBeenSet =
false;
76 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::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