7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/VersionStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/omics/model/VersionOptions.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename StoreIdT = Aws::String>
45 void SetStoreId(StoreIdT&& value) { m_storeIdHasBeenSet =
true; m_storeId = std::forward<StoreIdT>(value); }
46 template<
typename StoreIdT = Aws::String>
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
75 template<
typename VersionArnT = Aws::String>
76 void SetVersionArn(VersionArnT&& value) { m_versionArnHasBeenSet =
true; m_versionArn = std::forward<VersionArnT>(value); }
77 template<
typename VersionArnT = Aws::String>
86 template<
typename NameT = Aws::String>
87 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
88 template<
typename NameT = Aws::String>
98 template<
typename VersionNameT = Aws::String>
99 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
100 template<
typename VersionNameT = Aws::String>
109 template<
typename DescriptionT = Aws::String>
110 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
111 template<
typename DescriptionT = Aws::String>
120 template<
typename CreationTimeT = Aws::Utils::DateTime>
121 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
122 template<
typename CreationTimeT = Aws::Utils::DateTime>
131 template<
typename UpdateTimeT = Aws::Utils::DateTime>
132 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
133 template<
typename UpdateTimeT = Aws::Utils::DateTime>
142 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
157 template<
typename VersionOptionsT = VersionOptions>
158 void SetVersionOptions(VersionOptionsT&& value) { m_versionOptionsHasBeenSet =
true; m_versionOptions = std::forward<VersionOptionsT>(value); }
159 template<
typename VersionOptionsT = VersionOptions>
168 template<
typename StatusMessageT = Aws::String>
169 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
170 template<
typename StatusMessageT = Aws::String>
179 inline void SetVersionSizeBytes(
long long value) { m_versionSizeBytesHasBeenSet =
true; m_versionSizeBytes = value; }
186 template<
typename RequestIdT = Aws::String>
187 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
188 template<
typename RequestIdT = Aws::String>
194 bool m_storeIdHasBeenSet =
false;
197 bool m_idHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
203 bool m_versionArnHasBeenSet =
false;
206 bool m_nameHasBeenSet =
false;
209 bool m_versionNameHasBeenSet =
false;
212 bool m_descriptionHasBeenSet =
false;
215 bool m_creationTimeHasBeenSet =
false;
218 bool m_updateTimeHasBeenSet =
false;
221 bool m_tagsHasBeenSet =
false;
223 VersionOptions m_versionOptions;
224 bool m_versionOptionsHasBeenSet =
false;
227 bool m_statusMessageHasBeenSet =
false;
229 long long m_versionSizeBytes{0};
230 bool m_versionSizeBytesHasBeenSet =
false;
233 bool m_requestIdHasBeenSet =
false;
GetAnnotationStoreVersionResult & WithName(NameT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetName() const
GetAnnotationStoreVersionResult & WithVersionArn(VersionArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const VersionOptions & GetVersionOptions() const
GetAnnotationStoreVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetId() const
GetAnnotationStoreVersionResult & WithVersionOptions(VersionOptionsT &&value)
AWS_OMICS_API GetAnnotationStoreVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAnnotationStoreVersionResult & WithStoreId(StoreIdT &&value)
void SetStatus(VersionStatus value)
void SetName(NameT &&value)
void SetVersionOptions(VersionOptionsT &&value)
GetAnnotationStoreVersionResult & WithStatus(VersionStatus value)
const Aws::Utils::DateTime & GetUpdateTime() const
AWS_OMICS_API GetAnnotationStoreVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVersionArn(VersionArnT &&value)
GetAnnotationStoreVersionResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetStoreId() const
void SetStoreId(StoreIdT &&value)
void SetVersionName(VersionNameT &&value)
const Aws::String & GetVersionArn() const
const Aws::String & GetDescription() const
GetAnnotationStoreVersionResult & WithUpdateTime(UpdateTimeT &&value)
GetAnnotationStoreVersionResult & WithVersionSizeBytes(long long value)
void SetStatusMessage(StatusMessageT &&value)
GetAnnotationStoreVersionResult & WithVersionName(VersionNameT &&value)
VersionStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetVersionName() const
GetAnnotationStoreVersionResult & WithTags(TagsT &&value)
GetAnnotationStoreVersionResult & WithStatusMessage(StatusMessageT &&value)
GetAnnotationStoreVersionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetStatusMessage() const
GetAnnotationStoreVersionResult & WithId(IdT &&value)
long long GetVersionSizeBytes() const
void SetCreationTime(CreationTimeT &&value)
GetAnnotationStoreVersionResult & WithDescription(DescriptionT &&value)
AWS_OMICS_API GetAnnotationStoreVersionResult()=default
void SetVersionSizeBytes(long long value)
const Aws::Utils::DateTime & GetCreationTime() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue