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));
58 template <
typename ReferenceT = ReferenceItem>
60 m_referenceHasBeenSet =
true;
61 m_reference = std::forward<ReferenceT>(value);
63 template <
typename ReferenceT = ReferenceItem>
76 m_storeFormatHasBeenSet =
true;
77 m_storeFormat = value;
90 template <
typename StoreOptionsT = StoreOptions>
92 m_storeOptionsHasBeenSet =
true;
93 m_storeOptions = std::forward<StoreOptionsT>(value);
95 template <
typename StoreOptionsT = StoreOptions>
108 m_statusHasBeenSet =
true;
122 template <
typename NameT = Aws::String>
124 m_nameHasBeenSet =
true;
125 m_name = std::forward<NameT>(value);
127 template <
typename NameT = Aws::String>
129 SetName(std::forward<NameT>(value));
140 template <
typename VersionNameT = Aws::String>
142 m_versionNameHasBeenSet =
true;
143 m_versionName = std::forward<VersionNameT>(value);
145 template <
typename VersionNameT = Aws::String>
157 template <
typename CreationTimeT = Aws::Utils::DateTime>
159 m_creationTimeHasBeenSet =
true;
160 m_creationTime = std::forward<CreationTimeT>(value);
162 template <
typename CreationTimeT = Aws::Utils::DateTime>
172 template <
typename RequestIdT = Aws::String>
174 m_requestIdHasBeenSet =
true;
175 m_requestId = std::forward<RequestIdT>(value);
177 template <
typename RequestIdT = Aws::String>
192 StoreOptions m_storeOptions;
204 bool m_idHasBeenSet =
false;
205 bool m_referenceHasBeenSet =
false;
206 bool m_storeFormatHasBeenSet =
false;
207 bool m_storeOptionsHasBeenSet =
false;
208 bool m_statusHasBeenSet =
false;
209 bool m_nameHasBeenSet =
false;
210 bool m_versionNameHasBeenSet =
false;
211 bool m_creationTimeHasBeenSet =
false;
212 bool m_requestIdHasBeenSet =
false;
CreateAnnotationStoreResult & WithName(NameT &&value)
CreateAnnotationStoreResult & WithStatus(StoreStatus value)
void SetStatus(StoreStatus value)
CreateAnnotationStoreResult & WithStoreFormat(StoreFormat value)
const Aws::String & GetRequestId() const
void SetStoreFormat(StoreFormat value)
StoreFormat GetStoreFormat() const
void SetReference(ReferenceT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetVersionName() const
CreateAnnotationStoreResult & WithStoreOptions(StoreOptionsT &&value)
AWS_OMICS_API CreateAnnotationStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStoreOptions(StoreOptionsT &&value)
const StoreOptions & GetStoreOptions() const
StoreStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
CreateAnnotationStoreResult & WithVersionName(VersionNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_OMICS_API CreateAnnotationStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
const ReferenceItem & GetReference() const
AWS_OMICS_API CreateAnnotationStoreResult()=default
CreateAnnotationStoreResult & WithId(IdT &&value)
void SetName(NameT &&value)
void SetVersionName(VersionNameT &&value)
const Aws::String & GetName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateAnnotationStoreResult & WithReference(ReferenceT &&value)
CreateAnnotationStoreResult & WithRequestId(RequestIdT &&value)
CreateAnnotationStoreResult & WithCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue