7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetShortDescription(
const char* value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription.assign(value); }
71 bool m_nameHasBeenSet =
false;
74 bool m_shortDescriptionHasBeenSet =
false;
void SetShortDescription(Aws::String &&value)
bool NameHasBeenSet() const
void SetName(const char *value)
DetailedGlossaryTerm & WithName(Aws::String &&value)
const Aws::String & GetName() const
DetailedGlossaryTerm & WithShortDescription(const char *value)
const Aws::String & GetShortDescription() const
void SetName(Aws::String &&value)
DetailedGlossaryTerm & WithShortDescription(Aws::String &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ShortDescriptionHasBeenSet() const
void SetName(const Aws::String &value)
void SetShortDescription(const Aws::String &value)
void SetShortDescription(const char *value)
DetailedGlossaryTerm & WithName(const Aws::String &value)
DetailedGlossaryTerm & WithName(const char *value)
DetailedGlossaryTerm & WithShortDescription(const Aws::String &value)
AWS_DATAZONE_API DetailedGlossaryTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API DetailedGlossaryTerm(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API DetailedGlossaryTerm()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue