7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/model/AssetDetails.h>
10#include <aws/dataexchange/model/AssetType.h>
11#include <aws/core/utils/DateTime.h>
57 template<
typename ArnT = Aws::String>
58 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
59 template<
typename ArnT = Aws::String>
69 template<
typename AssetDetailsT = AssetDetails>
70 void SetAssetDetails(AssetDetailsT&& value) { m_assetDetailsHasBeenSet =
true; m_assetDetails = std::forward<AssetDetailsT>(value); }
71 template<
typename AssetDetailsT = AssetDetails>
91 template<
typename CreatedAtT = Aws::Utils::DateTime>
92 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
93 template<
typename CreatedAtT = Aws::Utils::DateTime>
103 template<
typename DataSetIdT = Aws::String>
104 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
105 template<
typename DataSetIdT = Aws::String>
115 template<
typename IdT = Aws::String>
116 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
117 template<
typename IdT = Aws::String>
133 template<
typename NameT = Aws::String>
134 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
135 template<
typename NameT = Aws::String>
145 template<
typename RevisionIdT = Aws::String>
146 void SetRevisionId(RevisionIdT&& value) { m_revisionIdHasBeenSet =
true; m_revisionId = std::forward<RevisionIdT>(value); }
147 template<
typename RevisionIdT = Aws::String>
159 template<
typename SourceIdT = Aws::String>
160 void SetSourceId(SourceIdT&& value) { m_sourceIdHasBeenSet =
true; m_sourceId = std::forward<SourceIdT>(value); }
161 template<
typename SourceIdT = Aws::String>
171 template<
typename UpdatedAtT = Aws::Utils::DateTime>
172 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
173 template<
typename UpdatedAtT = Aws::Utils::DateTime>
179 bool m_arnHasBeenSet =
false;
182 bool m_assetDetailsHasBeenSet =
false;
185 bool m_assetTypeHasBeenSet =
false;
188 bool m_createdAtHasBeenSet =
false;
191 bool m_dataSetIdHasBeenSet =
false;
194 bool m_idHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
200 bool m_revisionIdHasBeenSet =
false;
203 bool m_sourceIdHasBeenSet =
false;
206 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