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/AssetDetails.h>
11#include <aws/dataexchange/model/AssetType.h>
22namespace DataExchange {
51 template <
typename ArnT = Aws::String>
53 m_arnHasBeenSet =
true;
54 m_arn = std::forward<ArnT>(value);
56 template <
typename ArnT = Aws::String>
58 SetArn(std::forward<ArnT>(value));
69 template <
typename AssetDetailsT = AssetDetails>
71 m_assetDetailsHasBeenSet =
true;
72 m_assetDetails = std::forward<AssetDetailsT>(value);
74 template <
typename AssetDetailsT = AssetDetails>
88 m_assetTypeHasBeenSet =
true;
103 template <
typename CreatedAtT = Aws::Utils::DateTime>
105 m_createdAtHasBeenSet =
true;
106 m_createdAt = std::forward<CreatedAtT>(value);
108 template <
typename CreatedAtT = Aws::Utils::DateTime>
121 template <
typename DataSetIdT = Aws::String>
123 m_dataSetIdHasBeenSet =
true;
124 m_dataSetId = std::forward<DataSetIdT>(value);
126 template <
typename DataSetIdT = Aws::String>
139 template <
typename IdT = Aws::String>
141 m_idHasBeenSet =
true;
142 m_id = std::forward<IdT>(value);
144 template <
typename IdT = Aws::String>
146 SetId(std::forward<IdT>(value));
163 template <
typename NameT = Aws::String>
165 m_nameHasBeenSet =
true;
166 m_name = std::forward<NameT>(value);
168 template <
typename NameT = Aws::String>
170 SetName(std::forward<NameT>(value));
181 template <
typename RevisionIdT = Aws::String>
183 m_revisionIdHasBeenSet =
true;
184 m_revisionId = std::forward<RevisionIdT>(value);
186 template <
typename RevisionIdT = Aws::String>
201 template <
typename SourceIdT = Aws::String>
203 m_sourceIdHasBeenSet =
true;
204 m_sourceId = std::forward<SourceIdT>(value);
206 template <
typename SourceIdT = Aws::String>
219 template <
typename UpdatedAtT = Aws::Utils::DateTime>
221 m_updatedAtHasBeenSet =
true;
222 m_updatedAt = std::forward<UpdatedAtT>(value);
224 template <
typename UpdatedAtT = Aws::Utils::DateTime>
250 bool m_arnHasBeenSet =
false;
251 bool m_assetDetailsHasBeenSet =
false;
252 bool m_assetTypeHasBeenSet =
false;
253 bool m_createdAtHasBeenSet =
false;
254 bool m_dataSetIdHasBeenSet =
false;
255 bool m_idHasBeenSet =
false;
256 bool m_nameHasBeenSet =
false;
257 bool m_revisionIdHasBeenSet =
false;
258 bool m_sourceIdHasBeenSet =
false;
259 bool m_updatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
bool ArnHasBeenSet() const
AssetEntry & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetArn() const
void SetCreatedAt(CreatedAtT &&value)
AssetEntry & WithName(NameT &&value)
const Aws::String & GetSourceId() const
const Aws::String & GetName() const
void SetUpdatedAt(UpdatedAtT &&value)
bool NameHasBeenSet() const
bool AssetDetailsHasBeenSet() const
AWS_DATAEXCHANGE_API AssetEntry()=default
void SetDataSetId(DataSetIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetId() const
bool AssetTypeHasBeenSet() const
AWS_DATAEXCHANGE_API AssetEntry(Aws::Utils::Json::JsonView jsonValue)
bool DataSetIdHasBeenSet() const
AssetEntry & WithAssetDetails(AssetDetailsT &&value)
AssetType GetAssetType() const
const AssetDetails & GetAssetDetails() const
bool CreatedAtHasBeenSet() const
void SetAssetType(AssetType value)
AssetEntry & WithArn(ArnT &&value)
void SetSourceId(SourceIdT &&value)
AssetEntry & WithDataSetId(DataSetIdT &&value)
AWS_DATAEXCHANGE_API AssetEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetEntry & WithAssetType(AssetType value)
AssetEntry & WithCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
AssetEntry & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool SourceIdHasBeenSet() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RevisionIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetRevisionId() const
AssetEntry & WithRevisionId(RevisionIdT &&value)
const Aws::String & GetDataSetId() const
void SetAssetDetails(AssetDetailsT &&value)
void SetRevisionId(RevisionIdT &&value)
AssetEntry & WithSourceId(SourceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue