7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dataexchange/DataExchange_EXPORTS.h>
11#include <aws/dataexchange/model/AssetType.h>
12#include <aws/dataexchange/model/Origin.h>
13#include <aws/dataexchange/model/OriginDetails.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace DataExchange {
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
57 m_assetTypeHasBeenSet =
true;
71 template <
typename CreatedAtT = Aws::Utils::DateTime>
73 m_createdAtHasBeenSet =
true;
74 m_createdAt = std::forward<CreatedAtT>(value);
76 template <
typename CreatedAtT = Aws::Utils::DateTime>
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
105 template <
typename IdT = Aws::String>
107 m_idHasBeenSet =
true;
108 m_id = std::forward<IdT>(value);
110 template <
typename IdT = Aws::String>
112 SetId(std::forward<IdT>(value));
122 template <
typename NameT = Aws::String>
124 m_nameHasBeenSet =
true;
125 m_name = std::forward<NameT>(value);
127 template <
typename NameT = Aws::String>
129 SetName(std::forward<NameT>(value));
141 m_originHasBeenSet =
true;
156 template <
typename OriginDetailsT = OriginDetails>
158 m_originDetailsHasBeenSet =
true;
159 m_originDetails = std::forward<OriginDetailsT>(value);
161 template <
typename OriginDetailsT = OriginDetails>
175 template <
typename SourceIdT = Aws::String>
177 m_sourceIdHasBeenSet =
true;
178 m_sourceId = std::forward<SourceIdT>(value);
180 template <
typename SourceIdT = Aws::String>
192 template <
typename UpdatedAtT = Aws::Utils::DateTime>
194 m_updatedAtHasBeenSet =
true;
195 m_updatedAt = std::forward<UpdatedAtT>(value);
197 template <
typename UpdatedAtT = Aws::Utils::DateTime>
207 template <
typename RequestIdT = Aws::String>
209 m_requestIdHasBeenSet =
true;
210 m_requestId = std::forward<RequestIdT>(value);
212 template <
typename RequestIdT = Aws::String>
235 OriginDetails m_originDetails;
243 bool m_arnHasBeenSet =
false;
244 bool m_assetTypeHasBeenSet =
false;
245 bool m_createdAtHasBeenSet =
false;
246 bool m_descriptionHasBeenSet =
false;
247 bool m_idHasBeenSet =
false;
248 bool m_nameHasBeenSet =
false;
249 bool m_originHasBeenSet =
false;
250 bool m_originDetailsHasBeenSet =
false;
251 bool m_sourceIdHasBeenSet =
false;
252 bool m_updatedAtHasBeenSet =
false;
253 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDescription() const
UpdateDataSetResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
AWS_DATAEXCHANGE_API UpdateDataSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssetType GetAssetType() const
UpdateDataSetResult & WithAssetType(AssetType value)
void SetOrigin(Origin value)
void SetRequestId(RequestIdT &&value)
UpdateDataSetResult & WithId(IdT &&value)
UpdateDataSetResult & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
UpdateDataSetResult & WithName(NameT &&value)
UpdateDataSetResult & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAEXCHANGE_API UpdateDataSetResult()=default
void SetAssetType(AssetType value)
AWS_DATAEXCHANGE_API UpdateDataSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const OriginDetails & GetOriginDetails() const
const Aws::String & GetId() const
UpdateDataSetResult & WithSourceId(SourceIdT &&value)
const Aws::String & GetArn() const
UpdateDataSetResult & WithArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
UpdateDataSetResult & WithCreatedAt(CreatedAtT &&value)
void SetSourceId(SourceIdT &&value)
const Aws::String & GetSourceId() const
UpdateDataSetResult & WithOriginDetails(OriginDetailsT &&value)
void SetOriginDetails(OriginDetailsT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
UpdateDataSetResult & WithOrigin(Origin value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue