7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/AttributeType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
59 template <
typename KeyT = Aws::String>
61 m_keyHasBeenSet =
true;
62 m_key = std::forward<KeyT>(value);
64 template <
typename KeyT = Aws::String>
66 SetKey(std::forward<KeyT>(value));
78 m_typeHasBeenSet =
true;
92 bool m_descriptionHasBeenSet =
false;
93 bool m_keyHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
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