7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/glue/Glue_EXPORTS.h>
13#include <aws/glue/model/AssetFormEntry.h>
14#include <aws/glue/model/IterableFormEntry.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
91 template <
typename CreatedAtT = Aws::Utils::DateTime>
93 m_createdAtHasBeenSet =
true;
94 m_createdAt = std::forward<CreatedAtT>(value);
96 template <
typename CreatedAtT = Aws::Utils::DateTime>
108 template <
typename UpdatedAtT = Aws::Utils::DateTime>
110 m_updatedAtHasBeenSet =
true;
111 m_updatedAt = std::forward<UpdatedAtT>(value);
113 template <
typename UpdatedAtT = Aws::Utils::DateTime>
125 template <
typename AssetTypeIdT = Aws::String>
127 m_assetTypeIdHasBeenSet =
true;
128 m_assetTypeId = std::forward<AssetTypeIdT>(value);
130 template <
typename AssetTypeIdT = Aws::String>
142 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
144 m_glossaryTermsHasBeenSet =
true;
145 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
147 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
152 template <
typename GlossaryTermsT = Aws::String>
154 m_glossaryTermsHasBeenSet =
true;
155 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
165 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
167 m_formsHasBeenSet =
true;
168 m_forms = std::forward<FormsT>(value);
170 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
172 SetForms(std::forward<FormsT>(value));
175 template <
typename FormsKeyT = Aws::String,
typename FormsValueT = AssetFormEntry>
177 m_formsHasBeenSet =
true;
178 m_forms.emplace(std::forward<FormsKeyT>(key), std::forward<FormsValueT>(value));
189 template <
typename AttachmentsT = Aws::Map<Aws::String, AssetFormEntry>>
191 m_attachmentsHasBeenSet =
true;
192 m_attachments = std::forward<AttachmentsT>(value);
194 template <
typename AttachmentsT = Aws::Map<Aws::String, AssetFormEntry>>
199 template <
typename AttachmentsKeyT = Aws::String,
typename AttachmentsValueT = AssetFormEntry>
201 m_attachmentsHasBeenSet =
true;
202 m_attachments.emplace(std::forward<AttachmentsKeyT>(key), std::forward<AttachmentsValueT>(value));
214 template <
typename IterableFormsT = Aws::Map<Aws::String, IterableFormEntry>>
216 m_iterableFormsHasBeenSet =
true;
217 m_iterableForms = std::forward<IterableFormsT>(value);
219 template <
typename IterableFormsT = Aws::Map<Aws::String, IterableFormEntry>>
224 template <
typename IterableFormsKeyT = Aws::String,
typename IterableFormsValueT = IterableFormEntry>
226 m_iterableFormsHasBeenSet =
true;
227 m_iterableForms.emplace(std::forward<IterableFormsKeyT>(key), std::forward<IterableFormsValueT>(value));
235 template <
typename RequestIdT = Aws::String>
237 m_requestIdHasBeenSet =
true;
238 m_requestId = std::forward<RequestIdT>(value);
240 template <
typename RequestIdT = Aws::String>
271 bool m_idHasBeenSet =
false;
272 bool m_nameHasBeenSet =
false;
273 bool m_descriptionHasBeenSet =
false;
274 bool m_createdAtHasBeenSet =
false;
275 bool m_updatedAtHasBeenSet =
false;
276 bool m_assetTypeIdHasBeenSet =
false;
277 bool m_glossaryTermsHasBeenSet =
false;
278 bool m_formsHasBeenSet =
false;
279 bool m_attachmentsHasBeenSet =
false;
280 bool m_iterableFormsHasBeenSet =
false;
281 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetName(NameT &&value)
const Aws::Map< Aws::String, IterableFormEntry > & GetIterableForms() const
GetAssetResult & AddAttachments(AttachmentsKeyT &&key, AttachmentsValueT &&value)
AWS_GLUE_API GetAssetResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetGlossaryTerms(GlossaryTermsT &&value)
AWS_GLUE_API GetAssetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, AssetFormEntry > & GetForms() const
GetAssetResult & AddForms(FormsKeyT &&key, FormsValueT &&value)
const Aws::String & GetName() const
GetAssetResult & WithUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetAssetResult & AddGlossaryTerms(GlossaryTermsT &&value)
GetAssetResult & WithAssetTypeId(AssetTypeIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetIterableForms(IterableFormsT &&value)
void SetForms(FormsT &&value)
const Aws::String & GetAssetTypeId() const
AWS_GLUE_API GetAssetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAssetResult & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetAssetResult & WithCreatedAt(CreatedAtT &&value)
GetAssetResult & WithForms(FormsT &&value)
void SetAttachments(AttachmentsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetAssetTypeId(AssetTypeIdT &&value)
GetAssetResult & WithAttachments(AttachmentsT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
GetAssetResult & WithDescription(DescriptionT &&value)
GetAssetResult & WithName(NameT &&value)
const Aws::Map< Aws::String, AssetFormEntry > & GetAttachments() const
GetAssetResult & AddIterableForms(IterableFormsKeyT &&key, IterableFormsValueT &&value)
const Aws::String & GetId() const
GetAssetResult & WithIterableForms(IterableFormsT &&value)
void SetDescription(DescriptionT &&value)
GetAssetResult & WithRequestId(RequestIdT &&value)
GetAssetResult & WithId(IdT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue