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));
57 template <
typename ReferenceT = ReferenceItem>
59 m_referenceHasBeenSet =
true;
60 m_reference = std::forward<ReferenceT>(value);
62 template <
typename ReferenceT = ReferenceItem>
75 m_storeFormatHasBeenSet =
true;
76 m_storeFormat = value;
89 template <
typename StoreOptionsT = StoreOptions>
91 m_storeOptionsHasBeenSet =
true;
92 m_storeOptions = std::forward<StoreOptionsT>(value);
94 template <
typename StoreOptionsT = StoreOptions>
107 m_statusHasBeenSet =
true;
121 template <
typename NameT = Aws::String>
123 m_nameHasBeenSet =
true;
124 m_name = std::forward<NameT>(value);
126 template <
typename NameT = Aws::String>
128 SetName(std::forward<NameT>(value));
139 template <
typename VersionNameT = Aws::String>
141 m_versionNameHasBeenSet =
true;
142 m_versionName = std::forward<VersionNameT>(value);
144 template <
typename VersionNameT = Aws::String>
156 template <
typename CreationTimeT = Aws::Utils::DateTime>
158 m_creationTimeHasBeenSet =
true;
159 m_creationTime = std::forward<CreationTimeT>(value);
161 template <
typename CreationTimeT = Aws::Utils::DateTime>
171 template <
typename RequestIdT = Aws::String>
173 m_requestIdHasBeenSet =
true;
174 m_requestId = std::forward<RequestIdT>(value);
176 template <
typename RequestIdT = Aws::String>
189 StoreOptions m_storeOptions;
200 bool m_idHasBeenSet =
false;
201 bool m_referenceHasBeenSet =
false;
202 bool m_storeFormatHasBeenSet =
false;
203 bool m_storeOptionsHasBeenSet =
false;
204 bool m_statusHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
206 bool m_versionNameHasBeenSet =
false;
207 bool m_creationTimeHasBeenSet =
false;
208 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
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