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 ShortDescriptionT = Aws::String>
78 m_shortDescriptionHasBeenSet =
true;
79 m_shortDescription = std::forward<ShortDescriptionT>(value);
81 template <
typename ShortDescriptionT = Aws::String>
93 bool m_idHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
95 bool m_shortDescriptionHasBeenSet =
false;
AWS_GLUE_API GlossaryTermItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
AWS_GLUE_API GlossaryTermItem()=default
GlossaryTermItem & WithShortDescription(ShortDescriptionT &&value)
bool ShortDescriptionHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetShortDescription() const
GlossaryTermItem & WithId(IdT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetName() const
void SetShortDescription(ShortDescriptionT &&value)
GlossaryTermItem & WithName(NameT &&value)
AWS_GLUE_API GlossaryTermItem(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue