AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
UpdateSequenceStoreResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/ETagAlgorithmFamily.h>
12#include <aws/omics/model/SequenceStoreS3Access.h>
13#include <aws/omics/model/SequenceStoreStatus.h>
14#include <aws/omics/model/SseConfig.h>
15
16#include <utility>
17
18namespace Aws {
19template <typename RESULT_TYPE>
20class AmazonWebServiceResult;
21
22namespace Utils {
23namespace Json {
24class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace Omics {
28namespace Model {
30 public:
31 AWS_OMICS_API UpdateSequenceStoreResult() = default;
34
36
39 inline const Aws::String& GetId() const { return m_id; }
40 template <typename IdT = Aws::String>
41 void SetId(IdT&& value) {
42 m_idHasBeenSet = true;
43 m_id = std::forward<IdT>(value);
44 }
45 template <typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetArn() const { return m_arn; }
57 template <typename ArnT = Aws::String>
58 void SetArn(ArnT&& value) {
59 m_arnHasBeenSet = true;
60 m_arn = std::forward<ArnT>(value);
61 }
62 template <typename ArnT = Aws::String>
64 SetArn(std::forward<ArnT>(value));
65 return *this;
66 }
68
70
73 inline const Aws::String& GetName() const { return m_name; }
74 template <typename NameT = Aws::String>
75 void SetName(NameT&& value) {
76 m_nameHasBeenSet = true;
77 m_name = std::forward<NameT>(value);
78 }
79 template <typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
82 return *this;
83 }
85
87
90 inline const Aws::String& GetDescription() const { return m_description; }
91 template <typename DescriptionT = Aws::String>
92 void SetDescription(DescriptionT&& value) {
93 m_descriptionHasBeenSet = true;
94 m_description = std::forward<DescriptionT>(value);
95 }
96 template <typename DescriptionT = Aws::String>
98 SetDescription(std::forward<DescriptionT>(value));
99 return *this;
100 }
102
104
105 inline const SseConfig& GetSseConfig() const { return m_sseConfig; }
106 template <typename SseConfigT = SseConfig>
107 void SetSseConfig(SseConfigT&& value) {
108 m_sseConfigHasBeenSet = true;
109 m_sseConfig = std::forward<SseConfigT>(value);
110 }
111 template <typename SseConfigT = SseConfig>
113 SetSseConfig(std::forward<SseConfigT>(value));
114 return *this;
115 }
117
119
122 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
123 template <typename CreationTimeT = Aws::Utils::DateTime>
124 void SetCreationTime(CreationTimeT&& value) {
125 m_creationTimeHasBeenSet = true;
126 m_creationTime = std::forward<CreationTimeT>(value);
127 }
128 template <typename CreationTimeT = Aws::Utils::DateTime>
130 SetCreationTime(std::forward<CreationTimeT>(value));
131 return *this;
132 }
134
136
139 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
140 template <typename UpdateTimeT = Aws::Utils::DateTime>
141 void SetUpdateTime(UpdateTimeT&& value) {
142 m_updateTimeHasBeenSet = true;
143 m_updateTime = std::forward<UpdateTimeT>(value);
144 }
145 template <typename UpdateTimeT = Aws::Utils::DateTime>
147 SetUpdateTime(std::forward<UpdateTimeT>(value));
148 return *this;
149 }
151
153
157 inline const Aws::Vector<Aws::String>& GetPropagatedSetLevelTags() const { return m_propagatedSetLevelTags; }
158 template <typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
159 void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) {
160 m_propagatedSetLevelTagsHasBeenSet = true;
161 m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value);
162 }
163 template <typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
164 UpdateSequenceStoreResult& WithPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) {
165 SetPropagatedSetLevelTags(std::forward<PropagatedSetLevelTagsT>(value));
166 return *this;
167 }
168 template <typename PropagatedSetLevelTagsT = Aws::String>
169 UpdateSequenceStoreResult& AddPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) {
170 m_propagatedSetLevelTagsHasBeenSet = true;
171 m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value));
172 return *this;
173 }
175
177
180 inline SequenceStoreStatus GetStatus() const { return m_status; }
181 inline void SetStatus(SequenceStoreStatus value) {
182 m_statusHasBeenSet = true;
183 m_status = value;
184 }
186 SetStatus(value);
187 return *this;
188 }
190
192
195 inline const Aws::String& GetStatusMessage() const { return m_statusMessage; }
196 template <typename StatusMessageT = Aws::String>
197 void SetStatusMessage(StatusMessageT&& value) {
198 m_statusMessageHasBeenSet = true;
199 m_statusMessage = std::forward<StatusMessageT>(value);
200 }
201 template <typename StatusMessageT = Aws::String>
203 SetStatusMessage(std::forward<StatusMessageT>(value));
204 return *this;
205 }
207
209
212 inline const Aws::String& GetFallbackLocation() const { return m_fallbackLocation; }
213 template <typename FallbackLocationT = Aws::String>
214 void SetFallbackLocation(FallbackLocationT&& value) {
215 m_fallbackLocationHasBeenSet = true;
216 m_fallbackLocation = std::forward<FallbackLocationT>(value);
217 }
218 template <typename FallbackLocationT = Aws::String>
220 SetFallbackLocation(std::forward<FallbackLocationT>(value));
221 return *this;
222 }
224
226
227 inline const SequenceStoreS3Access& GetS3Access() const { return m_s3Access; }
228 template <typename S3AccessT = SequenceStoreS3Access>
229 void SetS3Access(S3AccessT&& value) {
230 m_s3AccessHasBeenSet = true;
231 m_s3Access = std::forward<S3AccessT>(value);
232 }
233 template <typename S3AccessT = SequenceStoreS3Access>
235 SetS3Access(std::forward<S3AccessT>(value));
236 return *this;
237 }
239
241
244 inline ETagAlgorithmFamily GetETagAlgorithmFamily() const { return m_eTagAlgorithmFamily; }
246 m_eTagAlgorithmFamilyHasBeenSet = true;
247 m_eTagAlgorithmFamily = value;
248 }
251 return *this;
252 }
254
256
257 inline const Aws::String& GetRequestId() const { return m_requestId; }
258 template <typename RequestIdT = Aws::String>
259 void SetRequestId(RequestIdT&& value) {
260 m_requestIdHasBeenSet = true;
261 m_requestId = std::forward<RequestIdT>(value);
262 }
263 template <typename RequestIdT = Aws::String>
265 SetRequestId(std::forward<RequestIdT>(value));
266 return *this;
267 }
269 private:
270 Aws::String m_id;
271
272 Aws::String m_arn;
273
274 Aws::String m_name;
275
276 Aws::String m_description;
277
278 SseConfig m_sseConfig;
279
280 Aws::Utils::DateTime m_creationTime{};
281
282 Aws::Utils::DateTime m_updateTime{};
283
284 Aws::Vector<Aws::String> m_propagatedSetLevelTags;
285
287
288 Aws::String m_statusMessage;
289
290 Aws::String m_fallbackLocation;
291
292 SequenceStoreS3Access m_s3Access;
293
295
296 Aws::String m_requestId;
297 bool m_idHasBeenSet = false;
298 bool m_arnHasBeenSet = false;
299 bool m_nameHasBeenSet = false;
300 bool m_descriptionHasBeenSet = false;
301 bool m_sseConfigHasBeenSet = false;
302 bool m_creationTimeHasBeenSet = false;
303 bool m_updateTimeHasBeenSet = false;
304 bool m_propagatedSetLevelTagsHasBeenSet = false;
305 bool m_statusHasBeenSet = false;
306 bool m_statusMessageHasBeenSet = false;
307 bool m_fallbackLocationHasBeenSet = false;
308 bool m_s3AccessHasBeenSet = false;
309 bool m_eTagAlgorithmFamilyHasBeenSet = false;
310 bool m_requestIdHasBeenSet = false;
311};
312
313} // namespace Model
314} // namespace Omics
315} // namespace Aws
void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
UpdateSequenceStoreResult & WithName(NameT &&value)
UpdateSequenceStoreResult & WithSseConfig(SseConfigT &&value)
UpdateSequenceStoreResult & AddPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
UpdateSequenceStoreResult & WithUpdateTime(UpdateTimeT &&value)
AWS_OMICS_API UpdateSequenceStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSequenceStoreResult & WithId(IdT &&value)
UpdateSequenceStoreResult & WithS3Access(S3AccessT &&value)
UpdateSequenceStoreResult & WithStatus(SequenceStoreStatus value)
UpdateSequenceStoreResult & WithArn(ArnT &&value)
UpdateSequenceStoreResult & WithPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
UpdateSequenceStoreResult & WithStatusMessage(StatusMessageT &&value)
UpdateSequenceStoreResult & WithFallbackLocation(FallbackLocationT &&value)
UpdateSequenceStoreResult & WithETagAlgorithmFamily(ETagAlgorithmFamily value)
const SequenceStoreS3Access & GetS3Access() const
const Aws::Vector< Aws::String > & GetPropagatedSetLevelTags() const
UpdateSequenceStoreResult & WithDescription(DescriptionT &&value)
AWS_OMICS_API UpdateSequenceStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdateTime() const
UpdateSequenceStoreResult & WithRequestId(RequestIdT &&value)
AWS_OMICS_API UpdateSequenceStoreResult()=default
UpdateSequenceStoreResult & WithCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue