7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename ShortDescriptionT = Aws::String>
61 m_shortDescriptionHasBeenSet =
true;
62 m_shortDescription = std::forward<ShortDescriptionT>(value);
64 template <
typename ShortDescriptionT = Aws::String>
74 bool m_nameHasBeenSet =
false;
75 bool m_shortDescriptionHasBeenSet =
false;
bool NameHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetShortDescription(ShortDescriptionT &&value)
AWS_DATAZONE_API DetailedGlossaryTerm()=default
const Aws::String & GetShortDescription() const
DetailedGlossaryTerm & WithShortDescription(ShortDescriptionT &&value)
DetailedGlossaryTerm & WithName(NameT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ShortDescriptionHasBeenSet() const
AWS_DATAZONE_API DetailedGlossaryTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API DetailedGlossaryTerm(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue