7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/ReferenceStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
72 template<
typename ReferenceStoreIdT = Aws::String>
73 void SetReferenceStoreId(ReferenceStoreIdT&& value) { m_referenceStoreIdHasBeenSet =
true; m_referenceStoreId = std::forward<ReferenceStoreIdT>(value); }
74 template<
typename ReferenceStoreIdT = Aws::String>
84 template<
typename Md5T = Aws::String>
85 void SetMd5(Md5T&& value) { m_md5HasBeenSet =
true; m_md5 = std::forward<Md5T>(value); }
86 template<
typename Md5T = Aws::String>
106 template<
typename NameT = Aws::String>
107 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
108 template<
typename NameT = Aws::String>
118 template<
typename DescriptionT = Aws::String>
119 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
120 template<
typename DescriptionT = Aws::String>
130 template<
typename CreationTimeT = Aws::Utils::DateTime>
131 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
132 template<
typename CreationTimeT = Aws::Utils::DateTime>
142 template<
typename UpdateTimeT = Aws::Utils::DateTime>
143 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
144 template<
typename UpdateTimeT = Aws::Utils::DateTime>
150 bool m_idHasBeenSet =
false;
153 bool m_arnHasBeenSet =
false;
156 bool m_referenceStoreIdHasBeenSet =
false;
159 bool m_md5HasBeenSet =
false;
162 bool m_statusHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_descriptionHasBeenSet =
false;
171 bool m_creationTimeHasBeenSet =
false;
174 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