7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/model/AssetType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/dataexchange/model/Origin.h>
12#include <aws/dataexchange/model/OriginDetails.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
97 template<
typename IdT = Aws::String>
98 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
99 template<
typename IdT = Aws::String>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
133 template<
typename OriginDetailsT = OriginDetails>
134 void SetOriginDetails(OriginDetailsT&& value) { m_originDetailsHasBeenSet =
true; m_originDetails = std::forward<OriginDetailsT>(value); }
135 template<
typename OriginDetailsT = OriginDetails>
147 template<
typename SourceIdT = Aws::String>
148 void SetSourceId(SourceIdT&& value) { m_sourceIdHasBeenSet =
true; m_sourceId = std::forward<SourceIdT>(value); }
149 template<
typename SourceIdT = Aws::String>
159 template<
typename UpdatedAtT = Aws::Utils::DateTime>
160 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
161 template<
typename UpdatedAtT = Aws::Utils::DateTime>
167 bool m_arnHasBeenSet =
false;
170 bool m_assetTypeHasBeenSet =
false;
173 bool m_createdAtHasBeenSet =
false;
176 bool m_descriptionHasBeenSet =
false;
179 bool m_idHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
185 bool m_originHasBeenSet =
false;
187 OriginDetails m_originDetails;
188 bool m_originDetailsHasBeenSet =
false;
191 bool m_sourceIdHasBeenSet =
false;
194 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