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/StoreFormat.h>
12#include <aws/omics/model/StoreOptions.h>
13#include <aws/omics/model/StoreStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
56 template <
typename ReferenceT = ReferenceItem>
58 m_referenceHasBeenSet =
true;
59 m_reference = std::forward<ReferenceT>(value);
61 template <
typename ReferenceT = ReferenceItem>
74 m_statusHasBeenSet =
true;
88 template <
typename NameT = Aws::String>
90 m_nameHasBeenSet =
true;
91 m_name = std::forward<NameT>(value);
93 template <
typename NameT = Aws::String>
95 SetName(std::forward<NameT>(value));
105 template <
typename DescriptionT = Aws::String>
107 m_descriptionHasBeenSet =
true;
108 m_description = std::forward<DescriptionT>(value);
110 template <
typename DescriptionT = Aws::String>
122 template <
typename CreationTimeT = Aws::Utils::DateTime>
124 m_creationTimeHasBeenSet =
true;
125 m_creationTime = std::forward<CreationTimeT>(value);
127 template <
typename CreationTimeT = Aws::Utils::DateTime>
139 template <
typename UpdateTimeT = Aws::Utils::DateTime>
141 m_updateTimeHasBeenSet =
true;
142 m_updateTime = std::forward<UpdateTimeT>(value);
144 template <
typename UpdateTimeT = Aws::Utils::DateTime>
156 template <
typename StoreOptionsT = StoreOptions>
158 m_storeOptionsHasBeenSet =
true;
159 m_storeOptions = std::forward<StoreOptionsT>(value);
161 template <
typename StoreOptionsT = StoreOptions>
174 m_storeFormatHasBeenSet =
true;
175 m_storeFormat = value;
186 template <
typename RequestIdT = Aws::String>
188 m_requestIdHasBeenSet =
true;
189 m_requestId = std::forward<RequestIdT>(value);
191 template <
typename RequestIdT = Aws::String>
212 StoreOptions m_storeOptions;
217 bool m_idHasBeenSet =
false;
218 bool m_referenceHasBeenSet =
false;
219 bool m_statusHasBeenSet =
false;
220 bool m_nameHasBeenSet =
false;
221 bool m_descriptionHasBeenSet =
false;
222 bool m_creationTimeHasBeenSet =
false;
223 bool m_updateTimeHasBeenSet =
false;
224 bool m_storeOptionsHasBeenSet =
false;
225 bool m_storeFormatHasBeenSet =
false;
226 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)
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