7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/DataExchange_EXPORTS.h>
10#include <aws/dataexchange/model/AssetType.h>
11#include <aws/dataexchange/model/Origin.h>
12#include <aws/dataexchange/model/OriginDetails.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace DataExchange {
38 template <
typename ArnT = Aws::String>
40 m_arnHasBeenSet =
true;
41 m_arn = std::forward<ArnT>(value);
43 template <
typename ArnT = Aws::String>
45 SetArn(std::forward<ArnT>(value));
56 m_assetTypeHasBeenSet =
true;
70 template <
typename CreatedAtT = Aws::Utils::DateTime>
72 m_createdAtHasBeenSet =
true;
73 m_createdAt = std::forward<CreatedAtT>(value);
75 template <
typename CreatedAtT = Aws::Utils::DateTime>
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
104 template <
typename IdT = Aws::String>
106 m_idHasBeenSet =
true;
107 m_id = std::forward<IdT>(value);
109 template <
typename IdT = Aws::String>
111 SetId(std::forward<IdT>(value));
121 template <
typename NameT = Aws::String>
123 m_nameHasBeenSet =
true;
124 m_name = std::forward<NameT>(value);
126 template <
typename NameT = Aws::String>
128 SetName(std::forward<NameT>(value));
140 m_originHasBeenSet =
true;
155 template <
typename OriginDetailsT = OriginDetails>
157 m_originDetailsHasBeenSet =
true;
158 m_originDetails = std::forward<OriginDetailsT>(value);
160 template <
typename OriginDetailsT = OriginDetails>
174 template <
typename SourceIdT = Aws::String>
176 m_sourceIdHasBeenSet =
true;
177 m_sourceId = std::forward<SourceIdT>(value);
179 template <
typename SourceIdT = Aws::String>
191 template <
typename UpdatedAtT = Aws::Utils::DateTime>
193 m_updatedAtHasBeenSet =
true;
194 m_updatedAt = std::forward<UpdatedAtT>(value);
196 template <
typename UpdatedAtT = Aws::Utils::DateTime>
206 template <
typename RequestIdT = Aws::String>
208 m_requestIdHasBeenSet =
true;
209 m_requestId = std::forward<RequestIdT>(value);
211 template <
typename RequestIdT = Aws::String>
232 OriginDetails m_originDetails;
239 bool m_arnHasBeenSet =
false;
240 bool m_assetTypeHasBeenSet =
false;
241 bool m_createdAtHasBeenSet =
false;
242 bool m_descriptionHasBeenSet =
false;
243 bool m_idHasBeenSet =
false;
244 bool m_nameHasBeenSet =
false;
245 bool m_originHasBeenSet =
false;
246 bool m_originDetailsHasBeenSet =
false;
247 bool m_sourceIdHasBeenSet =
false;
248 bool m_updatedAtHasBeenSet =
false;
249 bool m_requestIdHasBeenSet =
false;
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