7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/ReferenceStatus.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
78 template <
typename ReferenceStoreIdT = Aws::String>
80 m_referenceStoreIdHasBeenSet =
true;
81 m_referenceStoreId = std::forward<ReferenceStoreIdT>(value);
83 template <
typename ReferenceStoreIdT = Aws::String>
96 template <
typename Md5T = Aws::String>
98 m_md5HasBeenSet =
true;
99 m_md5 = std::forward<Md5T>(value);
101 template <
typename Md5T = Aws::String>
103 SetMd5(std::forward<Md5T>(value));
115 m_statusHasBeenSet =
true;
130 template <
typename NameT = Aws::String>
132 m_nameHasBeenSet =
true;
133 m_name = std::forward<NameT>(value);
135 template <
typename NameT = Aws::String>
137 SetName(std::forward<NameT>(value));
148 template <
typename DescriptionT = Aws::String>
150 m_descriptionHasBeenSet =
true;
151 m_description = std::forward<DescriptionT>(value);
153 template <
typename DescriptionT = Aws::String>
166 template <
typename CreationTimeT = Aws::Utils::DateTime>
168 m_creationTimeHasBeenSet =
true;
169 m_creationTime = std::forward<CreationTimeT>(value);
171 template <
typename CreationTimeT = Aws::Utils::DateTime>
184 template <
typename UpdateTimeT = Aws::Utils::DateTime>
186 m_updateTimeHasBeenSet =
true;
187 m_updateTime = std::forward<UpdateTimeT>(value);
189 template <
typename UpdateTimeT = Aws::Utils::DateTime>
213 bool m_idHasBeenSet =
false;
214 bool m_arnHasBeenSet =
false;
215 bool m_referenceStoreIdHasBeenSet =
false;
216 bool m_md5HasBeenSet =
false;
217 bool m_statusHasBeenSet =
false;
218 bool m_nameHasBeenSet =
false;
219 bool m_descriptionHasBeenSet =
false;
220 bool m_creationTimeHasBeenSet =
false;
221 bool m_updateTimeHasBeenSet =
false;
void SetReferenceStoreId(ReferenceStoreIdT &&value)
ReferenceListItem & WithReferenceStoreId(ReferenceStoreIdT &&value)
void SetCreationTime(CreationTimeT &&value)
ReferenceListItem & WithStatus(ReferenceStatus value)
AWS_OMICS_API ReferenceListItem(Aws::Utils::Json::JsonView jsonValue)
ReferenceStatus GetStatus() const
bool ReferenceStoreIdHasBeenSet() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetMd5(Md5T &&value)
AWS_OMICS_API ReferenceListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool Md5HasBeenSet() const
const Aws::String & GetReferenceStoreId() const
const Aws::String & GetMd5() const
const Aws::String & GetId() const
void SetDescription(DescriptionT &&value)
void SetStatus(ReferenceStatus value)
bool UpdateTimeHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
ReferenceListItem & WithMd5(Md5T &&value)
bool StatusHasBeenSet() const
void SetArn(ArnT &&value)
ReferenceListItem & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
ReferenceListItem & WithArn(ArnT &&value)
bool IdHasBeenSet() const
AWS_OMICS_API ReferenceListItem()=default
bool NameHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetDescription() const
void SetName(NameT &&value)
ReferenceListItem & WithDescription(DescriptionT &&value)
ReferenceListItem & WithId(IdT &&value)
const Aws::String & GetName() const
ReferenceListItem & WithCreationTime(CreationTimeT &&value)
ReferenceListItem & WithUpdateTime(UpdateTimeT &&value)
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue