7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/ReferenceItem.h>
10#include <aws/omics/model/StoreStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/omics/model/StoreOptions.h>
13#include <aws/omics/model/StoreFormat.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename IdT = Aws::String>
46 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
47 template<
typename IdT = Aws::String>
56 template<
typename ReferenceT = ReferenceItem>
57 void SetReference(ReferenceT&& value) { m_referenceHasBeenSet =
true; m_reference = std::forward<ReferenceT>(value); }
58 template<
typename ReferenceT = ReferenceItem>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
87 template<
typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
109 template<
typename UpdateTimeT = Aws::Utils::DateTime>
110 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
111 template<
typename UpdateTimeT = Aws::Utils::DateTime>
120 template<
typename StoreOptionsT = StoreOptions>
121 void SetStoreOptions(StoreOptionsT&& value) { m_storeOptionsHasBeenSet =
true; m_storeOptions = std::forward<StoreOptionsT>(value); }
122 template<
typename StoreOptionsT = StoreOptions>
138 template<
typename RequestIdT = Aws::String>
139 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
140 template<
typename RequestIdT = Aws::String>
146 bool m_idHasBeenSet =
false;
149 bool m_referenceHasBeenSet =
false;
152 bool m_statusHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
161 bool m_creationTimeHasBeenSet =
false;
164 bool m_updateTimeHasBeenSet =
false;
166 StoreOptions m_storeOptions;
167 bool m_storeOptionsHasBeenSet =
false;
170 bool m_storeFormatHasBeenSet =
false;
173 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