7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowConnectionConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/FlowConnectionType.h>
49 template<
typename ConfigurationT = FlowConnectionConfiguration>
50 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
51 template<
typename ConfigurationT = FlowConnectionConfiguration>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename SourceT = Aws::String>
74 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
75 template<
typename SourceT = Aws::String>
85 template<
typename TargetT = Aws::String>
86 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
87 template<
typename TargetT = Aws::String>
104 bool m_configurationHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_sourceHasBeenSet =
false;
113 bool m_targetHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
void SetTarget(TargetT &&value)
FlowConnection & WithConfiguration(ConfigurationT &&value)
bool SourceHasBeenSet() const
const Aws::String & GetName() const
AWS_BEDROCKAGENT_API FlowConnection()=default
FlowConnection & WithType(FlowConnectionType value)
AWS_BEDROCKAGENT_API FlowConnection(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API FlowConnection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool TargetHasBeenSet() const
void SetSource(SourceT &&value)
const FlowConnectionConfiguration & GetConfiguration() const
const Aws::String & GetTarget() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfiguration(ConfigurationT &&value)
bool TypeHasBeenSet() const
void SetType(FlowConnectionType value)
void SetName(NameT &&value)
FlowConnection & WithTarget(TargetT &&value)
FlowConnection & WithName(NameT &&value)
bool ConfigurationHasBeenSet() const
const Aws::String & GetSource() const
FlowConnectionType GetType() const
FlowConnection & WithSource(SourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue