7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/GlossaryStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename DescriptionT = Aws::String>
42 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
43 template<
typename DescriptionT = Aws::String>
53 template<
typename DomainIdT = Aws::String>
54 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
55 template<
typename DomainIdT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
86 template<
typename OwningProjectIdT = Aws::String>
87 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
88 template<
typename OwningProjectIdT = Aws::String>
104 template<
typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
106 template<
typename RequestIdT = Aws::String>
112 bool m_descriptionHasBeenSet =
false;
115 bool m_domainIdHasBeenSet =
false;
118 bool m_idHasBeenSet =
false;
121 bool m_nameHasBeenSet =
false;
124 bool m_owningProjectIdHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API CreateGlossaryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API CreateGlossaryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
CreateGlossaryResult & WithDomainId(DomainIdT &&value)
CreateGlossaryResult & WithStatus(GlossaryStatus value)
CreateGlossaryResult & WithName(NameT &&value)
const Aws::String & GetDomainId() const
GlossaryStatus GetStatus() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
CreateGlossaryResult & WithDescription(DescriptionT &&value)
CreateGlossaryResult & WithOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetId() const
void SetStatus(GlossaryStatus value)
AWS_DATAZONE_API CreateGlossaryResult()=default
void SetOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetOwningProjectId() const
CreateGlossaryResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
CreateGlossaryResult & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue