7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ShortDescriptionT = Aws::String>
60 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
61 template<
typename ShortDescriptionT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 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