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/StoreFormat.h>
13#include <aws/omics/model/StoreOptions.h>
14#include <aws/omics/model/StoreStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
57 template <
typename ReferenceT = ReferenceItem>
59 m_referenceHasBeenSet =
true;
60 m_reference = std::forward<ReferenceT>(value);
62 template <
typename ReferenceT = ReferenceItem>
75 m_statusHasBeenSet =
true;
89 template <
typename NameT = Aws::String>
91 m_nameHasBeenSet =
true;
92 m_name = std::forward<NameT>(value);
94 template <
typename NameT = Aws::String>
96 SetName(std::forward<NameT>(value));
106 template <
typename DescriptionT = Aws::String>
108 m_descriptionHasBeenSet =
true;
109 m_description = std::forward<DescriptionT>(value);
111 template <
typename DescriptionT = Aws::String>
123 template <
typename CreationTimeT = Aws::Utils::DateTime>
125 m_creationTimeHasBeenSet =
true;
126 m_creationTime = std::forward<CreationTimeT>(value);
128 template <
typename CreationTimeT = Aws::Utils::DateTime>
140 template <
typename UpdateTimeT = Aws::Utils::DateTime>
142 m_updateTimeHasBeenSet =
true;
143 m_updateTime = std::forward<UpdateTimeT>(value);
145 template <
typename UpdateTimeT = Aws::Utils::DateTime>
157 template <
typename StoreOptionsT = StoreOptions>
159 m_storeOptionsHasBeenSet =
true;
160 m_storeOptions = std::forward<StoreOptionsT>(value);
162 template <
typename StoreOptionsT = StoreOptions>
175 m_storeFormatHasBeenSet =
true;
176 m_storeFormat = value;
187 template <
typename RequestIdT = Aws::String>
189 m_requestIdHasBeenSet =
true;
190 m_requestId = std::forward<RequestIdT>(value);
192 template <
typename RequestIdT = Aws::String>
215 StoreOptions m_storeOptions;
221 bool m_idHasBeenSet =
false;
222 bool m_referenceHasBeenSet =
false;
223 bool m_statusHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
226 bool m_creationTimeHasBeenSet =
false;
227 bool m_updateTimeHasBeenSet =
false;
228 bool m_storeOptionsHasBeenSet =
false;
229 bool m_storeFormatHasBeenSet =
false;
230 bool m_requestIdHasBeenSet =
false;
void SetStoreFormat(StoreFormat value)
void SetReference(ReferenceT &&value)
UpdateAnnotationStoreResult & WithReference(ReferenceT &&value)
AWS_OMICS_API UpdateAnnotationStoreResult()=default
AWS_OMICS_API UpdateAnnotationStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAnnotationStoreResult & WithId(IdT &&value)
void SetStatus(StoreStatus value)
StoreStatus GetStatus() const
UpdateAnnotationStoreResult & WithCreationTime(CreationTimeT &&value)
void SetStoreOptions(StoreOptionsT &&value)
const Aws::String & GetRequestId() const
void SetName(NameT &&value)
UpdateAnnotationStoreResult & WithStoreFormat(StoreFormat value)
UpdateAnnotationStoreResult & WithStoreOptions(StoreOptionsT &&value)
const ReferenceItem & GetReference() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetCreationTime() const
UpdateAnnotationStoreResult & WithUpdateTime(UpdateTimeT &&value)
void SetDescription(DescriptionT &&value)
StoreFormat GetStoreFormat() const
const Aws::String & GetDescription() const
UpdateAnnotationStoreResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::String & GetName() const
UpdateAnnotationStoreResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_OMICS_API UpdateAnnotationStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const StoreOptions & GetStoreOptions() const
void SetCreationTime(CreationTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateAnnotationStoreResult & WithStatus(StoreStatus value)
UpdateAnnotationStoreResult & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue