7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/FlowNodeIODataType.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
71 bool m_nameHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
const FlowNodeIODataType & GetType() const
FlowNodeOutput & WithType(FlowNodeIODataType &&value)
FlowNodeOutput & WithName(Aws::String &&value)
FlowNodeOutput & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
FlowNodeOutput & WithName(const char *value)
AWS_BEDROCKAGENT_API FlowNodeOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetType(FlowNodeIODataType &&value)
void SetType(const FlowNodeIODataType &value)
FlowNodeOutput & WithType(const FlowNodeIODataType &value)
AWS_BEDROCKAGENT_API FlowNodeOutput()
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const char *value)
AWS_BEDROCKAGENT_API FlowNodeOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue