AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
FlowDataConnectionConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_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 BedrockAgent {
20namespace Model {
21
29 public:
30 AWS_BEDROCKAGENT_API FlowDataConnectionConfiguration() = default;
33 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetSourceOutput() const { return m_sourceOutput; }
41 inline bool SourceOutputHasBeenSet() const { return m_sourceOutputHasBeenSet; }
42 template <typename SourceOutputT = Aws::String>
44 m_sourceOutputHasBeenSet = true;
45 m_sourceOutput = std::forward<SourceOutputT>(value);
46 }
47 template <typename SourceOutputT = Aws::String>
49 SetSourceOutput(std::forward<SourceOutputT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetTargetInput() const { return m_targetInput; }
59 inline bool TargetInputHasBeenSet() const { return m_targetInputHasBeenSet; }
60 template <typename TargetInputT = Aws::String>
62 m_targetInputHasBeenSet = true;
63 m_targetInput = std::forward<TargetInputT>(value);
64 }
65 template <typename TargetInputT = Aws::String>
67 SetTargetInput(std::forward<TargetInputT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_sourceOutput;
73
74 Aws::String m_targetInput;
75 bool m_sourceOutputHasBeenSet = false;
76 bool m_targetInputHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace BedrockAgent
81} // namespace Aws
AWS_BEDROCKAGENT_API FlowDataConnectionConfiguration()=default
FlowDataConnectionConfiguration & WithSourceOutput(SourceOutputT &&value)
AWS_BEDROCKAGENT_API FlowDataConnectionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API FlowDataConnectionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowDataConnectionConfiguration & WithTargetInput(TargetInputT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() 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