AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
HumanWorkflowConfig.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Bedrock {
20namespace Model {
21
30 public:
31 AWS_BEDROCK_API HumanWorkflowConfig() = default;
34 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetFlowDefinitionArn() const { return m_flowDefinitionArn; }
41 inline bool FlowDefinitionArnHasBeenSet() const { return m_flowDefinitionArnHasBeenSet; }
42 template <typename FlowDefinitionArnT = Aws::String>
44 m_flowDefinitionArnHasBeenSet = true;
45 m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value);
46 }
47 template <typename FlowDefinitionArnT = Aws::String>
49 SetFlowDefinitionArn(std::forward<FlowDefinitionArnT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetInstructions() const { return m_instructions; }
59 inline bool InstructionsHasBeenSet() const { return m_instructionsHasBeenSet; }
60 template <typename InstructionsT = Aws::String>
62 m_instructionsHasBeenSet = true;
63 m_instructions = std::forward<InstructionsT>(value);
64 }
65 template <typename InstructionsT = Aws::String>
67 SetInstructions(std::forward<InstructionsT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_flowDefinitionArn;
73
74 Aws::String m_instructions;
75 bool m_flowDefinitionArnHasBeenSet = false;
76 bool m_instructionsHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace Bedrock
81} // namespace Aws
HumanWorkflowConfig & WithInstructions(InstructionsT &&value)
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