7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.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 TagsT = Aws::Map<Aws::String, Aws::String>>
194 m_tagsHasBeenSet =
true;
195 m_tags = std::forward<TagsT>(value);
197 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 SetTags(std::forward<TagsT>(value));
202 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
204 m_tagsHasBeenSet =
true;
205 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
215 template <
typename UpdatedAtT = Aws::Utils::DateTime>
217 m_updatedAtHasBeenSet =
true;
218 m_updatedAt = std::forward<UpdatedAtT>(value);
220 template <
typename UpdatedAtT = Aws::Utils::DateTime>
230 template <
typename RequestIdT = Aws::String>
232 m_requestIdHasBeenSet =
true;
233 m_requestId = std::forward<RequestIdT>(value);
235 template <
typename RequestIdT = Aws::String>
256 OriginDetails m_originDetails;
265 bool m_arnHasBeenSet =
false;
266 bool m_assetTypeHasBeenSet =
false;
267 bool m_createdAtHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
269 bool m_idHasBeenSet =
false;
270 bool m_nameHasBeenSet =
false;
271 bool m_originHasBeenSet =
false;
272 bool m_originDetailsHasBeenSet =
false;
273 bool m_sourceIdHasBeenSet =
false;
274 bool m_tagsHasBeenSet =
false;
275 bool m_updatedAtHasBeenSet =
false;
276 bool m_requestIdHasBeenSet =
false;
CreateDataSetResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
CreateDataSetResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateDataSetResult & WithOriginDetails(OriginDetailsT &&value)
void SetAssetType(AssetType value)
AWS_DATAEXCHANGE_API CreateDataSetResult()=default
const OriginDetails & GetOriginDetails() const
const Aws::String & GetArn() const
void SetSourceId(SourceIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
CreateDataSetResult & WithDescription(DescriptionT &&value)
CreateDataSetResult & WithId(IdT &&value)
CreateDataSetResult & WithCreatedAt(CreatedAtT &&value)
void SetOrigin(Origin value)
const Aws::String & GetId() const
void SetOriginDetails(OriginDetailsT &&value)
AWS_DATAEXCHANGE_API CreateDataSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDataSetResult & WithTags(TagsT &&value)
const Aws::String & GetDescription() const
CreateDataSetResult & WithAssetType(AssetType value)
CreateDataSetResult & WithSourceId(SourceIdT &&value)
CreateDataSetResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
CreateDataSetResult & WithOrigin(Origin value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
CreateDataSetResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
CreateDataSetResult & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAEXCHANGE_API CreateDataSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetSourceId() const
void SetName(NameT &&value)
AssetType GetAssetType() const
void SetUpdatedAt(UpdatedAtT &&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