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/ReferenceItem.h>
11#include <aws/omics/model/StoreStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
54 template <
typename ReferenceT = ReferenceItem>
56 m_referenceHasBeenSet =
true;
57 m_reference = std::forward<ReferenceT>(value);
59 template <
typename ReferenceT = ReferenceItem>
72 m_statusHasBeenSet =
true;
86 template <
typename NameT = Aws::String>
88 m_nameHasBeenSet =
true;
89 m_name = std::forward<NameT>(value);
91 template <
typename NameT = Aws::String>
93 SetName(std::forward<NameT>(value));
103 template <
typename DescriptionT = Aws::String>
105 m_descriptionHasBeenSet =
true;
106 m_description = std::forward<DescriptionT>(value);
108 template <
typename DescriptionT = Aws::String>
120 template <
typename CreationTimeT = Aws::Utils::DateTime>
122 m_creationTimeHasBeenSet =
true;
123 m_creationTime = std::forward<CreationTimeT>(value);
125 template <
typename CreationTimeT = Aws::Utils::DateTime>
137 template <
typename UpdateTimeT = Aws::Utils::DateTime>
139 m_updateTimeHasBeenSet =
true;
140 m_updateTime = std::forward<UpdateTimeT>(value);
142 template <
typename UpdateTimeT = Aws::Utils::DateTime>
152 template <
typename RequestIdT = Aws::String>
154 m_requestIdHasBeenSet =
true;
155 m_requestId = std::forward<RequestIdT>(value);
157 template <
typename RequestIdT = Aws::String>
179 bool m_idHasBeenSet =
false;
180 bool m_referenceHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
183 bool m_descriptionHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
185 bool m_updateTimeHasBeenSet =
false;
186 bool m_requestIdHasBeenSet =
false;
UpdateVariantStoreResult & WithReference(ReferenceT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
void SetName(NameT &&value)
UpdateVariantStoreResult & WithId(IdT &&value)
const ReferenceItem & GetReference() const
void SetRequestId(RequestIdT &&value)
void SetStatus(StoreStatus value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
UpdateVariantStoreResult & WithStatus(StoreStatus value)
UpdateVariantStoreResult & WithName(NameT &&value)
StoreStatus GetStatus() const
void SetReference(ReferenceT &&value)
UpdateVariantStoreResult & WithUpdateTime(UpdateTimeT &&value)
AWS_OMICS_API UpdateVariantStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateVariantStoreResult & WithCreationTime(CreationTimeT &&value)
AWS_OMICS_API UpdateVariantStoreResult()=default
const Aws::Utils::DateTime & GetCreationTime() const
AWS_OMICS_API UpdateVariantStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetDescription() const
UpdateVariantStoreResult & WithDescription(DescriptionT &&value)
UpdateVariantStoreResult & WithRequestId(RequestIdT &&value)
void SetUpdateTime(UpdateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue