7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowNodeConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/bedrock-agent/model/FlowNodeType.h>
12#include <aws/bedrock-agent/model/FlowNodeInput.h>
13#include <aws/bedrock-agent/model/FlowNodeOutput.h>
81 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
118 bool m_configurationHasBeenSet =
false;
121 bool m_inputsHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_outputsHasBeenSet =
false;
130 bool m_typeHasBeenSet =
false;
void SetName(const char *value)
FlowNode & WithName(Aws::String &&value)
FlowNode & WithOutputs(const Aws::Vector< FlowNodeOutput > &value)
const FlowNodeConfiguration & GetConfiguration() const
const Aws::String & GetName() const
FlowNode & WithOutputs(Aws::Vector< FlowNodeOutput > &&value)
FlowNode & WithInputs(Aws::Vector< FlowNodeInput > &&value)
void SetInputs(const Aws::Vector< FlowNodeInput > &value)
void SetOutputs(Aws::Vector< FlowNodeOutput > &&value)
FlowNode & WithName(const Aws::String &value)
void SetType(FlowNodeType &&value)
const FlowNodeType & GetType() const
FlowNode & AddOutputs(FlowNodeOutput &&value)
FlowNode & WithConfiguration(FlowNodeConfiguration &&value)
FlowNode & AddInputs(const FlowNodeInput &value)
FlowNode & WithName(const char *value)
bool ConfigurationHasBeenSet() const
bool NameHasBeenSet() const
FlowNode & WithConfiguration(const FlowNodeConfiguration &value)
void SetType(const FlowNodeType &value)
bool TypeHasBeenSet() const
AWS_BEDROCKAGENT_API FlowNode & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInputs(Aws::Vector< FlowNodeInput > &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
FlowNode & AddOutputs(const FlowNodeOutput &value)
const Aws::Vector< FlowNodeInput > & GetInputs() const
bool InputsHasBeenSet() const
const Aws::Vector< FlowNodeOutput > & GetOutputs() const
FlowNode & AddInputs(FlowNodeInput &&value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetOutputs(const Aws::Vector< FlowNodeOutput > &value)
void SetConfiguration(const FlowNodeConfiguration &value)
bool OutputsHasBeenSet() const
FlowNode & WithType(const FlowNodeType &value)
AWS_BEDROCKAGENT_API FlowNode()
void SetConfiguration(FlowNodeConfiguration &&value)
FlowNode & WithInputs(const Aws::Vector< FlowNodeInput > &value)
FlowNode & WithType(FlowNodeType &&value)
AWS_BEDROCKAGENT_API FlowNode(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue