AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateSequenceStoreResult.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/SseConfig.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/omics/model/SequenceStoreStatus.h>
13#include <aws/omics/model/SequenceStoreS3Access.h>
14#include <aws/omics/model/ETagAlgorithmFamily.h>
15#include <utility>
16
17namespace Aws
18{
19template<typename RESULT_TYPE>
20class AmazonWebServiceResult;
21
22namespace Utils
23{
24namespace Json
25{
26 class JsonValue;
27} // namespace Json
28} // namespace Utils
29namespace Omics
30{
31namespace Model
32{
34 {
35 public:
36 AWS_OMICS_API UpdateSequenceStoreResult() = default;
39
40
42
45 inline const Aws::String& GetId() const { return m_id; }
46 template<typename IdT = Aws::String>
47 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
48 template<typename IdT = Aws::String>
49 UpdateSequenceStoreResult& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
51
53
56 inline const Aws::String& GetArn() const { return m_arn; }
57 template<typename ArnT = Aws::String>
58 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
59 template<typename ArnT = Aws::String>
60 UpdateSequenceStoreResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
62
64
67 inline const Aws::String& GetName() const { return m_name; }
68 template<typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
70 template<typename NameT = Aws::String>
71 UpdateSequenceStoreResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
73
75
78 inline const Aws::String& GetDescription() const { return m_description; }
79 template<typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
81 template<typename DescriptionT = Aws::String>
82 UpdateSequenceStoreResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
84
86
87 inline const SseConfig& GetSseConfig() const { return m_sseConfig; }
88 template<typename SseConfigT = SseConfig>
89 void SetSseConfig(SseConfigT&& value) { m_sseConfigHasBeenSet = true; m_sseConfig = std::forward<SseConfigT>(value); }
90 template<typename SseConfigT = SseConfig>
91 UpdateSequenceStoreResult& WithSseConfig(SseConfigT&& value) { SetSseConfig(std::forward<SseConfigT>(value)); return *this;}
93
95
98 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
99 template<typename CreationTimeT = Aws::Utils::DateTime>
100 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
101 template<typename CreationTimeT = Aws::Utils::DateTime>
102 UpdateSequenceStoreResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
104
106
109 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
110 template<typename UpdateTimeT = Aws::Utils::DateTime>
111 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
112 template<typename UpdateTimeT = Aws::Utils::DateTime>
113 UpdateSequenceStoreResult& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
115
117
121 inline const Aws::Vector<Aws::String>& GetPropagatedSetLevelTags() const { return m_propagatedSetLevelTags; }
122 template<typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
123 void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { m_propagatedSetLevelTagsHasBeenSet = true; m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value); }
124 template<typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
125 UpdateSequenceStoreResult& WithPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { SetPropagatedSetLevelTags(std::forward<PropagatedSetLevelTagsT>(value)); return *this;}
126 template<typename PropagatedSetLevelTagsT = Aws::String>
127 UpdateSequenceStoreResult& AddPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { m_propagatedSetLevelTagsHasBeenSet = true; m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value)); return *this; }
129
131
134 inline SequenceStoreStatus GetStatus() const { return m_status; }
135 inline void SetStatus(SequenceStoreStatus value) { m_statusHasBeenSet = true; m_status = value; }
138
140
143 inline const Aws::String& GetStatusMessage() const { return m_statusMessage; }
144 template<typename StatusMessageT = Aws::String>
145 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet = true; m_statusMessage = std::forward<StatusMessageT>(value); }
146 template<typename StatusMessageT = Aws::String>
147 UpdateSequenceStoreResult& WithStatusMessage(StatusMessageT&& value) { SetStatusMessage(std::forward<StatusMessageT>(value)); return *this;}
149
151
154 inline const Aws::String& GetFallbackLocation() const { return m_fallbackLocation; }
155 template<typename FallbackLocationT = Aws::String>
156 void SetFallbackLocation(FallbackLocationT&& value) { m_fallbackLocationHasBeenSet = true; m_fallbackLocation = std::forward<FallbackLocationT>(value); }
157 template<typename FallbackLocationT = Aws::String>
158 UpdateSequenceStoreResult& WithFallbackLocation(FallbackLocationT&& value) { SetFallbackLocation(std::forward<FallbackLocationT>(value)); return *this;}
160
162
163 inline const SequenceStoreS3Access& GetS3Access() const { return m_s3Access; }
164 template<typename S3AccessT = SequenceStoreS3Access>
165 void SetS3Access(S3AccessT&& value) { m_s3AccessHasBeenSet = true; m_s3Access = std::forward<S3AccessT>(value); }
166 template<typename S3AccessT = SequenceStoreS3Access>
167 UpdateSequenceStoreResult& WithS3Access(S3AccessT&& value) { SetS3Access(std::forward<S3AccessT>(value)); return *this;}
169
171
174 inline ETagAlgorithmFamily GetETagAlgorithmFamily() const { return m_eTagAlgorithmFamily; }
175 inline void SetETagAlgorithmFamily(ETagAlgorithmFamily value) { m_eTagAlgorithmFamilyHasBeenSet = true; m_eTagAlgorithmFamily = value; }
178
180
181 inline const Aws::String& GetRequestId() const { return m_requestId; }
182 template<typename RequestIdT = Aws::String>
183 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
184 template<typename RequestIdT = Aws::String>
185 UpdateSequenceStoreResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
187 private:
188
189 Aws::String m_id;
190 bool m_idHasBeenSet = false;
191
192 Aws::String m_arn;
193 bool m_arnHasBeenSet = false;
194
195 Aws::String m_name;
196 bool m_nameHasBeenSet = false;
197
198 Aws::String m_description;
199 bool m_descriptionHasBeenSet = false;
200
201 SseConfig m_sseConfig;
202 bool m_sseConfigHasBeenSet = false;
203
204 Aws::Utils::DateTime m_creationTime{};
205 bool m_creationTimeHasBeenSet = false;
206
207 Aws::Utils::DateTime m_updateTime{};
208 bool m_updateTimeHasBeenSet = false;
209
210 Aws::Vector<Aws::String> m_propagatedSetLevelTags;
211 bool m_propagatedSetLevelTagsHasBeenSet = false;
212
214 bool m_statusHasBeenSet = false;
215
216 Aws::String m_statusMessage;
217 bool m_statusMessageHasBeenSet = false;
218
219 Aws::String m_fallbackLocation;
220 bool m_fallbackLocationHasBeenSet = false;
221
222 SequenceStoreS3Access m_s3Access;
223 bool m_s3AccessHasBeenSet = false;
224
226 bool m_eTagAlgorithmFamilyHasBeenSet = false;
227
228 Aws::String m_requestId;
229 bool m_requestIdHasBeenSet = false;
230 };
231
232} // namespace Model
233} // namespace Omics
234} // 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