7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/ReferenceItem.h>
12#include <aws/omics/model/StoreStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
55 template <
typename ReferenceT = ReferenceItem>
57 m_referenceHasBeenSet =
true;
58 m_reference = std::forward<ReferenceT>(value);
60 template <
typename ReferenceT = ReferenceItem>
73 m_statusHasBeenSet =
true;
87 template <
typename NameT = Aws::String>
89 m_nameHasBeenSet =
true;
90 m_name = std::forward<NameT>(value);
92 template <
typename NameT = Aws::String>
94 SetName(std::forward<NameT>(value));
104 template <
typename DescriptionT = Aws::String>
106 m_descriptionHasBeenSet =
true;
107 m_description = std::forward<DescriptionT>(value);
109 template <
typename DescriptionT = Aws::String>
121 template <
typename CreationTimeT = Aws::Utils::DateTime>
123 m_creationTimeHasBeenSet =
true;
124 m_creationTime = std::forward<CreationTimeT>(value);
126 template <
typename CreationTimeT = Aws::Utils::DateTime>
138 template <
typename UpdateTimeT = Aws::Utils::DateTime>
140 m_updateTimeHasBeenSet =
true;
141 m_updateTime = std::forward<UpdateTimeT>(value);
143 template <
typename UpdateTimeT = Aws::Utils::DateTime>
153 template <
typename RequestIdT = Aws::String>
155 m_requestIdHasBeenSet =
true;
156 m_requestId = std::forward<RequestIdT>(value);
158 template <
typename RequestIdT = Aws::String>
183 bool m_idHasBeenSet =
false;
184 bool m_referenceHasBeenSet =
false;
185 bool m_statusHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
187 bool m_descriptionHasBeenSet =
false;
188 bool m_creationTimeHasBeenSet =
false;
189 bool m_updateTimeHasBeenSet =
false;
190 bool m_requestIdHasBeenSet =
false;
UpdateVariantStoreResult & WithReference(ReferenceT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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