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/glue/Glue_EXPORTS.h>
12#include <aws/glue/model/AssetFormEntry.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
72 template <
typename DescriptionT = Aws::String>
74 m_descriptionHasBeenSet =
true;
75 m_description = std::forward<DescriptionT>(value);
77 template <
typename DescriptionT = Aws::String>
89 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 m_createdAtHasBeenSet =
true;
92 m_createdAt = std::forward<CreatedAtT>(value);
94 template <
typename CreatedAtT = Aws::Utils::DateTime>
106 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
108 m_formsHasBeenSet =
true;
109 m_forms = std::forward<FormsT>(value);
111 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
113 SetForms(std::forward<FormsT>(value));
116 template <
typename FormsKeyT = Aws::String,
typename FormsValueT = AssetFormEntry>
118 m_formsHasBeenSet =
true;
119 m_forms.emplace(std::forward<FormsKeyT>(key), std::forward<FormsValueT>(value));
127 template <
typename RequestIdT = Aws::String>
129 m_requestIdHasBeenSet =
true;
130 m_requestId = std::forward<RequestIdT>(value);
132 template <
typename RequestIdT = Aws::String>
153 bool m_idHasBeenSet =
false;
154 bool m_nameHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
156 bool m_createdAtHasBeenSet =
false;
157 bool m_formsHasBeenSet =
false;
158 bool m_requestIdHasBeenSet =
false;
PutAssetResult & WithId(IdT &&value)
AWS_GLUE_API PutAssetResult()=default
AWS_GLUE_API PutAssetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetForms(FormsT &&value)
PutAssetResult & WithCreatedAt(CreatedAtT &&value)
PutAssetResult & WithName(NameT &&value)
PutAssetResult & WithRequestId(RequestIdT &&value)
PutAssetResult & WithForms(FormsT &&value)
PutAssetResult & AddForms(FormsKeyT &&key, FormsValueT &&value)
const Aws::Map< Aws::String, AssetFormEntry > & GetForms() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
PutAssetResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API PutAssetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&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
Aws::Utils::Json::JsonValue JsonValue