AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetAnnotationStoreVersionResult.h
1
6#pragma once
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>
13#include <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace Omics
28{
29namespace Model
30{
32 {
33 public:
37
38
40
43 inline const Aws::String& GetStoreId() const{ return m_storeId; }
44 inline void SetStoreId(const Aws::String& value) { m_storeId = value; }
45 inline void SetStoreId(Aws::String&& value) { m_storeId = std::move(value); }
46 inline void SetStoreId(const char* value) { m_storeId.assign(value); }
47 inline GetAnnotationStoreVersionResult& WithStoreId(const Aws::String& value) { SetStoreId(value); return *this;}
48 inline GetAnnotationStoreVersionResult& WithStoreId(Aws::String&& value) { SetStoreId(std::move(value)); return *this;}
49 inline GetAnnotationStoreVersionResult& WithStoreId(const char* value) { SetStoreId(value); return *this;}
51
53
56 inline const Aws::String& GetId() const{ return m_id; }
57 inline void SetId(const Aws::String& value) { m_id = value; }
58 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
59 inline void SetId(const char* value) { m_id.assign(value); }
60 inline GetAnnotationStoreVersionResult& WithId(const Aws::String& value) { SetId(value); return *this;}
61 inline GetAnnotationStoreVersionResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
62 inline GetAnnotationStoreVersionResult& WithId(const char* value) { SetId(value); return *this;}
64
66
69 inline const VersionStatus& GetStatus() const{ return m_status; }
70 inline void SetStatus(const VersionStatus& value) { m_status = value; }
71 inline void SetStatus(VersionStatus&& value) { m_status = std::move(value); }
72 inline GetAnnotationStoreVersionResult& WithStatus(const VersionStatus& value) { SetStatus(value); return *this;}
73 inline GetAnnotationStoreVersionResult& WithStatus(VersionStatus&& value) { SetStatus(std::move(value)); return *this;}
75
77
80 inline const Aws::String& GetVersionArn() const{ return m_versionArn; }
81 inline void SetVersionArn(const Aws::String& value) { m_versionArn = value; }
82 inline void SetVersionArn(Aws::String&& value) { m_versionArn = std::move(value); }
83 inline void SetVersionArn(const char* value) { m_versionArn.assign(value); }
84 inline GetAnnotationStoreVersionResult& WithVersionArn(const Aws::String& value) { SetVersionArn(value); return *this;}
85 inline GetAnnotationStoreVersionResult& WithVersionArn(Aws::String&& value) { SetVersionArn(std::move(value)); return *this;}
86 inline GetAnnotationStoreVersionResult& WithVersionArn(const char* value) { SetVersionArn(value); return *this;}
88
90
93 inline const Aws::String& GetName() const{ return m_name; }
94 inline void SetName(const Aws::String& value) { m_name = value; }
95 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
96 inline void SetName(const char* value) { m_name.assign(value); }
97 inline GetAnnotationStoreVersionResult& WithName(const Aws::String& value) { SetName(value); return *this;}
98 inline GetAnnotationStoreVersionResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
99 inline GetAnnotationStoreVersionResult& WithName(const char* value) { SetName(value); return *this;}
101
103
107 inline const Aws::String& GetVersionName() const{ return m_versionName; }
108 inline void SetVersionName(const Aws::String& value) { m_versionName = value; }
109 inline void SetVersionName(Aws::String&& value) { m_versionName = std::move(value); }
110 inline void SetVersionName(const char* value) { m_versionName.assign(value); }
111 inline GetAnnotationStoreVersionResult& WithVersionName(const Aws::String& value) { SetVersionName(value); return *this;}
112 inline GetAnnotationStoreVersionResult& WithVersionName(Aws::String&& value) { SetVersionName(std::move(value)); return *this;}
113 inline GetAnnotationStoreVersionResult& WithVersionName(const char* value) { SetVersionName(value); return *this;}
115
117
120 inline const Aws::String& GetDescription() const{ return m_description; }
121 inline void SetDescription(const Aws::String& value) { m_description = value; }
122 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
123 inline void SetDescription(const char* value) { m_description.assign(value); }
124 inline GetAnnotationStoreVersionResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
125 inline GetAnnotationStoreVersionResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
126 inline GetAnnotationStoreVersionResult& WithDescription(const char* value) { SetDescription(value); return *this;}
128
130
133 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
134 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
135 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
139
141
144 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
145 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTime = value; }
146 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTime = std::move(value); }
148 inline GetAnnotationStoreVersionResult& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
150
152
155 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
156 inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tags = value; }
157 inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tags = std::move(value); }
159 inline GetAnnotationStoreVersionResult& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;}
160 inline GetAnnotationStoreVersionResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; }
161 inline GetAnnotationStoreVersionResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; }
162 inline GetAnnotationStoreVersionResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
163 inline GetAnnotationStoreVersionResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; }
164 inline GetAnnotationStoreVersionResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
165 inline GetAnnotationStoreVersionResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; }
166 inline GetAnnotationStoreVersionResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; }
168
170
173 inline const VersionOptions& GetVersionOptions() const{ return m_versionOptions; }
174 inline void SetVersionOptions(const VersionOptions& value) { m_versionOptions = value; }
175 inline void SetVersionOptions(VersionOptions&& value) { m_versionOptions = std::move(value); }
177 inline GetAnnotationStoreVersionResult& WithVersionOptions(VersionOptions&& value) { SetVersionOptions(std::move(value)); return *this;}
179
181
184 inline const Aws::String& GetStatusMessage() const{ return m_statusMessage; }
185 inline void SetStatusMessage(const Aws::String& value) { m_statusMessage = value; }
186 inline void SetStatusMessage(Aws::String&& value) { m_statusMessage = std::move(value); }
187 inline void SetStatusMessage(const char* value) { m_statusMessage.assign(value); }
189 inline GetAnnotationStoreVersionResult& WithStatusMessage(Aws::String&& value) { SetStatusMessage(std::move(value)); return *this;}
190 inline GetAnnotationStoreVersionResult& WithStatusMessage(const char* value) { SetStatusMessage(value); return *this;}
192
194
197 inline long long GetVersionSizeBytes() const{ return m_versionSizeBytes; }
198 inline void SetVersionSizeBytes(long long value) { m_versionSizeBytes = value; }
199 inline GetAnnotationStoreVersionResult& WithVersionSizeBytes(long long value) { SetVersionSizeBytes(value); return *this;}
201
203
204 inline const Aws::String& GetRequestId() const{ return m_requestId; }
205 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
206 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
207 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
208 inline GetAnnotationStoreVersionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
209 inline GetAnnotationStoreVersionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
210 inline GetAnnotationStoreVersionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
212 private:
213
214 Aws::String m_storeId;
215
216 Aws::String m_id;
217
218 VersionStatus m_status;
219
220 Aws::String m_versionArn;
221
222 Aws::String m_name;
223
224 Aws::String m_versionName;
225
226 Aws::String m_description;
227
228 Aws::Utils::DateTime m_creationTime;
229
230 Aws::Utils::DateTime m_updateTime;
231
233
234 VersionOptions m_versionOptions;
235
236 Aws::String m_statusMessage;
237
238 long long m_versionSizeBytes;
239
240 Aws::String m_requestId;
241 };
242
243} // namespace Model
244} // namespace Omics
245} // namespace Aws
GetAnnotationStoreVersionResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
GetAnnotationStoreVersionResult & AddTags(const char *key, const char *value)
GetAnnotationStoreVersionResult & AddTags(const Aws::String &key, const Aws::String &value)
GetAnnotationStoreVersionResult & WithStoreId(const Aws::String &value)
GetAnnotationStoreVersionResult & AddTags(Aws::String &&key, const char *value)
GetAnnotationStoreVersionResult & AddTags(Aws::String &&key, Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetAnnotationStoreVersionResult & WithRequestId(const char *value)
GetAnnotationStoreVersionResult & WithName(const Aws::String &value)
GetAnnotationStoreVersionResult & WithRequestId(const Aws::String &value)
GetAnnotationStoreVersionResult & AddTags(Aws::String &&key, const Aws::String &value)
GetAnnotationStoreVersionResult & WithId(Aws::String &&value)
AWS_OMICS_API GetAnnotationStoreVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAnnotationStoreVersionResult & WithName(const char *value)
GetAnnotationStoreVersionResult & WithStatus(const VersionStatus &value)
GetAnnotationStoreVersionResult & WithRequestId(Aws::String &&value)
GetAnnotationStoreVersionResult & WithStoreId(const char *value)
AWS_OMICS_API GetAnnotationStoreVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAnnotationStoreVersionResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
GetAnnotationStoreVersionResult & WithVersionArn(Aws::String &&value)
GetAnnotationStoreVersionResult & WithVersionName(const Aws::String &value)
GetAnnotationStoreVersionResult & WithVersionOptions(const VersionOptions &value)
GetAnnotationStoreVersionResult & WithCreationTime(Aws::Utils::DateTime &&value)
GetAnnotationStoreVersionResult & WithVersionSizeBytes(long long value)
GetAnnotationStoreVersionResult & WithStoreId(Aws::String &&value)
GetAnnotationStoreVersionResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
GetAnnotationStoreVersionResult & WithVersionArn(const char *value)
GetAnnotationStoreVersionResult & WithName(Aws::String &&value)
GetAnnotationStoreVersionResult & WithStatusMessage(const char *value)
GetAnnotationStoreVersionResult & WithId(const Aws::String &value)
GetAnnotationStoreVersionResult & WithDescription(const char *value)
GetAnnotationStoreVersionResult & WithUpdateTime(Aws::Utils::DateTime &&value)
GetAnnotationStoreVersionResult & AddTags(const char *key, Aws::String &&value)
GetAnnotationStoreVersionResult & WithId(const char *value)
GetAnnotationStoreVersionResult & WithStatusMessage(Aws::String &&value)
GetAnnotationStoreVersionResult & WithCreationTime(const Aws::Utils::DateTime &value)
GetAnnotationStoreVersionResult & WithDescription(Aws::String &&value)
GetAnnotationStoreVersionResult & WithStatus(VersionStatus &&value)
GetAnnotationStoreVersionResult & WithVersionOptions(VersionOptions &&value)
GetAnnotationStoreVersionResult & WithVersionName(Aws::String &&value)
GetAnnotationStoreVersionResult & WithUpdateTime(const Aws::Utils::DateTime &value)
GetAnnotationStoreVersionResult & WithDescription(const Aws::String &value)
GetAnnotationStoreVersionResult & WithVersionName(const char *value)
GetAnnotationStoreVersionResult & WithStatusMessage(const Aws::String &value)
GetAnnotationStoreVersionResult & WithVersionArn(const Aws::String &value)
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