AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
FlowTraceNodeInputSource.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_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 BedrockAgentRuntime {
20namespace Model {
21
29 public:
30 AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeInputSource() = default;
33 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetExpression() const { return m_expression; }
40 inline bool ExpressionHasBeenSet() const { return m_expressionHasBeenSet; }
41 template <typename ExpressionT = Aws::String>
42 void SetExpression(ExpressionT&& value) {
43 m_expressionHasBeenSet = true;
44 m_expression = std::forward<ExpressionT>(value);
45 }
46 template <typename ExpressionT = Aws::String>
48 SetExpression(std::forward<ExpressionT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetNodeName() const { return m_nodeName; }
58 inline bool NodeNameHasBeenSet() const { return m_nodeNameHasBeenSet; }
59 template <typename NodeNameT = Aws::String>
60 void SetNodeName(NodeNameT&& value) {
61 m_nodeNameHasBeenSet = true;
62 m_nodeName = std::forward<NodeNameT>(value);
63 }
64 template <typename NodeNameT = Aws::String>
66 SetNodeName(std::forward<NodeNameT>(value));
67 return *this;
68 }
70
72
75 inline const Aws::String& GetOutputFieldName() const { return m_outputFieldName; }
76 inline bool OutputFieldNameHasBeenSet() const { return m_outputFieldNameHasBeenSet; }
77 template <typename OutputFieldNameT = Aws::String>
79 m_outputFieldNameHasBeenSet = true;
80 m_outputFieldName = std::forward<OutputFieldNameT>(value);
81 }
82 template <typename OutputFieldNameT = Aws::String>
84 SetOutputFieldName(std::forward<OutputFieldNameT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_expression;
90
91 Aws::String m_nodeName;
92
93 Aws::String m_outputFieldName;
94 bool m_expressionHasBeenSet = false;
95 bool m_nodeNameHasBeenSet = false;
96 bool m_outputFieldNameHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace BedrockAgentRuntime
101} // namespace Aws
FlowTraceNodeInputSource & WithOutputFieldName(OutputFieldNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeInputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeInputSource(Aws::Utils::Json::JsonView jsonValue)
FlowTraceNodeInputSource & WithNodeName(NodeNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeInputSource()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
FlowTraceNodeInputSource & WithExpression(ExpressionT &&value)
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