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;
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 template <
typename UpdatedAtT = Aws::Utils::DateTime>
116 m_updatedAtHasBeenSet =
true;
117 m_updatedAt = std::forward<UpdatedAtT>(value);
119 template <
typename UpdatedAtT = Aws::Utils::DateTime>
131 template <
typename AssetTypeIdT = Aws::String>
133 m_assetTypeIdHasBeenSet =
true;
134 m_assetTypeId = std::forward<AssetTypeIdT>(value);
136 template <
typename AssetTypeIdT = Aws::String>
148 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
150 m_glossaryTermsHasBeenSet =
true;
151 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
153 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
158 template <
typename GlossaryTermsT = Aws::String>
160 m_glossaryTermsHasBeenSet =
true;
161 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
171 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
173 m_formsHasBeenSet =
true;
174 m_forms = std::forward<FormsT>(value);
176 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
178 SetForms(std::forward<FormsT>(value));
181 template <
typename FormsKeyT = Aws::String,
typename FormsValueT = AssetFormEntry>
183 m_formsHasBeenSet =
true;
184 m_forms.emplace(std::forward<FormsKeyT>(key), std::forward<FormsValueT>(value));
195 template <
typename AttachmentsT = Aws::Map<Aws::String, AssetFormEntry>>
197 m_attachmentsHasBeenSet =
true;
198 m_attachments = std::forward<AttachmentsT>(value);
200 template <
typename AttachmentsT = Aws::Map<Aws::String, AssetFormEntry>>
205 template <
typename AttachmentsKeyT = Aws::String,
typename AttachmentsValueT = AssetFormEntry>
207 m_attachmentsHasBeenSet =
true;
208 m_attachments.emplace(std::forward<AttachmentsKeyT>(key), std::forward<AttachmentsValueT>(value));
220 template <
typename IterableFormsT = Aws::Map<Aws::String, IterableFormEntry>>
222 m_iterableFormsHasBeenSet =
true;
223 m_iterableForms = std::forward<IterableFormsT>(value);
225 template <
typename IterableFormsT = Aws::Map<Aws::String, IterableFormEntry>>
230 template <
typename IterableFormsKeyT = Aws::String,
typename IterableFormsValueT = IterableFormEntry>
232 m_iterableFormsHasBeenSet =
true;
233 m_iterableForms.emplace(std::forward<IterableFormsKeyT>(key), std::forward<IterableFormsValueT>(value));
241 template <
typename RequestIdT = Aws::String>
243 m_requestIdHasBeenSet =
true;
244 m_requestId = std::forward<RequestIdT>(value);
246 template <
typename RequestIdT = Aws::String>
277 bool m_idHasBeenSet =
false;
278 bool m_nameHasBeenSet =
false;
279 bool m_descriptionHasBeenSet =
false;
280 bool m_createdAtHasBeenSet =
false;
281 bool m_updatedAtHasBeenSet =
false;
282 bool m_assetTypeIdHasBeenSet =
false;
283 bool m_glossaryTermsHasBeenSet =
false;
284 bool m_formsHasBeenSet =
false;
285 bool m_attachmentsHasBeenSet =
false;
286 bool m_iterableFormsHasBeenSet =
false;
287 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