7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/GlossaryStatus.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename CreatedAtT = Aws::Utils::DateTime>
43 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
44 template<
typename CreatedAtT = Aws::Utils::DateTime>
53 template<
typename CreatedByT = Aws::String>
54 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
55 template<
typename CreatedByT = Aws::String>
64 template<
typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
66 template<
typename DescriptionT = Aws::String>
76 template<
typename DomainIdT = Aws::String>
77 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
78 template<
typename DomainIdT = Aws::String>
87 template<
typename IdT = Aws::String>
88 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
89 template<
typename IdT = Aws::String>
98 template<
typename NameT = Aws::String>
99 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
100 template<
typename NameT = Aws::String>
109 template<
typename OwningProjectIdT = Aws::String>
110 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
111 template<
typename OwningProjectIdT = Aws::String>
129 template<
typename UpdatedAtT = Aws::Utils::DateTime>
130 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
131 template<
typename UpdatedAtT = Aws::Utils::DateTime>
140 template<
typename UpdatedByT = Aws::String>
141 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
142 template<
typename UpdatedByT = Aws::String>
149 template<
typename RequestIdT = Aws::String>
150 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
151 template<
typename RequestIdT = Aws::String>
157 bool m_createdAtHasBeenSet =
false;
160 bool m_createdByHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
166 bool m_domainIdHasBeenSet =
false;
169 bool m_idHasBeenSet =
false;
172 bool m_nameHasBeenSet =
false;
175 bool m_owningProjectIdHasBeenSet =
false;
178 bool m_statusHasBeenSet =
false;
181 bool m_updatedAtHasBeenSet =
false;
184 bool m_updatedByHasBeenSet =
false;
187 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
GetGlossaryResult & WithRequestId(RequestIdT &&value)
GetGlossaryResult & WithDomainId(DomainIdT &&value)
GetGlossaryResult & WithUpdatedAt(UpdatedAtT &&value)
GetGlossaryResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetOwningProjectId() const
void SetUpdatedBy(UpdatedByT &&value)
void SetCreatedBy(CreatedByT &&value)
GetGlossaryResult & WithOwningProjectId(OwningProjectIdT &&value)
GetGlossaryResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetCreatedBy() const
void SetUpdatedAt(UpdatedAtT &&value)
GetGlossaryResult & WithDescription(DescriptionT &&value)
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetGlossaryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetGlossaryResult & WithStatus(GlossaryStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_DATAZONE_API GetGlossaryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDomainId() const
AWS_DATAZONE_API GetGlossaryResult()=default
GetGlossaryResult & WithId(IdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
GetGlossaryResult & WithUpdatedBy(UpdatedByT &&value)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetGlossaryResult & WithName(NameT &&value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetId() const
GlossaryStatus GetStatus() const
void SetOwningProjectId(OwningProjectIdT &&value)
void SetStatus(GlossaryStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue