7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock-agent-runtime/model/FlowInputField.h>
24namespace BedrockAgentRuntime
51 template<
typename FieldsT = Aws::Vector<FlowInputField>>
52 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
53 template<
typename FieldsT = Aws::Vector<FlowInputField>>
55 template<
typename FieldsT = FlowInputField>
65 template<
typename NodeNameT = Aws::String>
66 void SetNodeName(NodeNameT&& value) { m_nodeNameHasBeenSet =
true; m_nodeName = std::forward<NodeNameT>(value); }
67 template<
typename NodeNameT = Aws::String>
77 template<
typename TimestampT = Aws::Utils::DateTime>
78 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
79 template<
typename TimestampT = Aws::Utils::DateTime>
85 bool m_fieldsHasBeenSet =
false;
88 bool m_nodeNameHasBeenSet =
false;
91 bool m_timestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue