7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
93 bool m_idHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
AWS_GLUE_API GlossaryItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
bool IdHasBeenSet() const
AWS_GLUE_API GlossaryItem(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetName(NameT &&value)
GlossaryItem & WithName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
GlossaryItem & WithDescription(DescriptionT &&value)
GlossaryItem & WithId(IdT &&value)
AWS_GLUE_API GlossaryItem()=default
const Aws::String & GetDescription() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue