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>
23namespace DataExchange {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
64 m_assetTypeHasBeenSet =
true;
79 template <
typename CreatedAtT = Aws::Utils::DateTime>
81 m_createdAtHasBeenSet =
true;
82 m_createdAt = std::forward<CreatedAtT>(value);
84 template <
typename CreatedAtT = Aws::Utils::DateTime>
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
115 template <
typename IdT = Aws::String>
117 m_idHasBeenSet =
true;
118 m_id = std::forward<IdT>(value);
120 template <
typename IdT = Aws::String>
122 SetId(std::forward<IdT>(value));
133 template <
typename NameT = Aws::String>
135 m_nameHasBeenSet =
true;
136 m_name = std::forward<NameT>(value);
138 template <
typename NameT = Aws::String>
140 SetName(std::forward<NameT>(value));
153 m_originHasBeenSet =
true;
169 template <
typename OriginDetailsT = OriginDetails>
171 m_originDetailsHasBeenSet =
true;
172 m_originDetails = std::forward<OriginDetailsT>(value);
174 template <
typename OriginDetailsT = OriginDetails>
189 template <
typename SourceIdT = Aws::String>
191 m_sourceIdHasBeenSet =
true;
192 m_sourceId = std::forward<SourceIdT>(value);
194 template <
typename SourceIdT = Aws::String>
207 template <
typename UpdatedAtT = Aws::Utils::DateTime>
209 m_updatedAtHasBeenSet =
true;
210 m_updatedAt = std::forward<UpdatedAtT>(value);
212 template <
typename UpdatedAtT = Aws::Utils::DateTime>
233 OriginDetails m_originDetails;
238 bool m_arnHasBeenSet =
false;
239 bool m_assetTypeHasBeenSet =
false;
240 bool m_createdAtHasBeenSet =
false;
241 bool m_descriptionHasBeenSet =
false;
242 bool m_idHasBeenSet =
false;
243 bool m_nameHasBeenSet =
false;
244 bool m_originHasBeenSet =
false;
245 bool m_originDetailsHasBeenSet =
false;
246 bool m_sourceIdHasBeenSet =
false;
247 bool m_updatedAtHasBeenSet =
false;
const OriginDetails & GetOriginDetails() const
void SetOriginDetails(OriginDetailsT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
DataSetEntry & WithArn(ArnT &&value)
bool AssetTypeHasBeenSet() const
DataSetEntry & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
AWS_DATAEXCHANGE_API DataSetEntry()=default
AWS_DATAEXCHANGE_API DataSetEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetArn(ArnT &&value)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceIdHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
bool ArnHasBeenSet() const
DataSetEntry & WithName(NameT &&value)
DataSetEntry & WithDescription(DescriptionT &&value)
const Aws::String & GetArn() const
DataSetEntry & WithAssetType(AssetType value)
void SetName(NameT &&value)
bool UpdatedAtHasBeenSet() const
DataSetEntry & WithSourceId(SourceIdT &&value)
DataSetEntry & WithOrigin(Origin value)
const Aws::String & GetSourceId() const
DataSetEntry & WithUpdatedAt(UpdatedAtT &&value)
DataSetEntry & WithId(IdT &&value)
void SetOrigin(Origin value)
bool DescriptionHasBeenSet() const
bool OriginHasBeenSet() const
void SetSourceId(SourceIdT &&value)
AssetType GetAssetType() const
bool NameHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
DataSetEntry & WithOriginDetails(OriginDetailsT &&value)
void SetAssetType(AssetType value)
const Aws::String & GetName() const
bool CreatedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool OriginDetailsHasBeenSet() const
AWS_DATAEXCHANGE_API DataSetEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue