7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
41 template <
typename NodeT = Aws::String>
43 m_nodeHasBeenSet =
true;
44 m_node = std::forward<NodeT>(value);
46 template <
typename NodeT = Aws::String>
48 SetNode(std::forward<NodeT>(value));
54 bool m_nodeHasBeenSet =
false;
void SetNode(NodeT &&value)
UnreachableNodeFlowValidationDetails & WithNode(NodeT &&value)
AWS_BEDROCKAGENT_API UnreachableNodeFlowValidationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API UnreachableNodeFlowValidationDetails()=default
const Aws::String & GetNode() const
AWS_BEDROCKAGENT_API UnreachableNodeFlowValidationDetails(Aws::Utils::Json::JsonView jsonValue)
bool NodeHasBeenSet() const
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