AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetSequenceStoreResult.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/omics/model/SequenceStoreS3Access.h>
12#include <aws/omics/model/ETagAlgorithmFamily.h>
13#include <aws/omics/model/SequenceStoreStatus.h>
14#include <aws/core/utils/memory/stl/AWSVector.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 GetSequenceStoreResult() = 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 GetSequenceStoreResult& 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 GetSequenceStoreResult& 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 GetSequenceStoreResult& 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 GetSequenceStoreResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
84
86
89 inline const SseConfig& GetSseConfig() const { return m_sseConfig; }
90 template<typename SseConfigT = SseConfig>
91 void SetSseConfig(SseConfigT&& value) { m_sseConfigHasBeenSet = true; m_sseConfig = std::forward<SseConfigT>(value); }
92 template<typename SseConfigT = SseConfig>
93 GetSequenceStoreResult& WithSseConfig(SseConfigT&& value) { SetSseConfig(std::forward<SseConfigT>(value)); return *this;}
95
97
100 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
101 template<typename CreationTimeT = Aws::Utils::DateTime>
102 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
103 template<typename CreationTimeT = Aws::Utils::DateTime>
104 GetSequenceStoreResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
106
108
112 inline const Aws::String& GetFallbackLocation() const { return m_fallbackLocation; }
113 template<typename FallbackLocationT = Aws::String>
114 void SetFallbackLocation(FallbackLocationT&& value) { m_fallbackLocationHasBeenSet = true; m_fallbackLocation = std::forward<FallbackLocationT>(value); }
115 template<typename FallbackLocationT = Aws::String>
116 GetSequenceStoreResult& WithFallbackLocation(FallbackLocationT&& value) { SetFallbackLocation(std::forward<FallbackLocationT>(value)); return *this;}
118
120
124 inline const SequenceStoreS3Access& GetS3Access() const { return m_s3Access; }
125 template<typename S3AccessT = SequenceStoreS3Access>
126 void SetS3Access(S3AccessT&& value) { m_s3AccessHasBeenSet = true; m_s3Access = std::forward<S3AccessT>(value); }
127 template<typename S3AccessT = SequenceStoreS3Access>
128 GetSequenceStoreResult& WithS3Access(S3AccessT&& value) { SetS3Access(std::forward<S3AccessT>(value)); return *this;}
130
132
135 inline ETagAlgorithmFamily GetETagAlgorithmFamily() const { return m_eTagAlgorithmFamily; }
136 inline void SetETagAlgorithmFamily(ETagAlgorithmFamily value) { m_eTagAlgorithmFamilyHasBeenSet = true; m_eTagAlgorithmFamily = value; }
139
141
144 inline SequenceStoreStatus GetStatus() const { return m_status; }
145 inline void SetStatus(SequenceStoreStatus value) { m_statusHasBeenSet = true; m_status = value; }
146 inline GetSequenceStoreResult& WithStatus(SequenceStoreStatus value) { SetStatus(value); return *this;}
148
150
153 inline const Aws::String& GetStatusMessage() const { return m_statusMessage; }
154 template<typename StatusMessageT = Aws::String>
155 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet = true; m_statusMessage = std::forward<StatusMessageT>(value); }
156 template<typename StatusMessageT = Aws::String>
157 GetSequenceStoreResult& WithStatusMessage(StatusMessageT&& value) { SetStatusMessage(std::forward<StatusMessageT>(value)); return *this;}
159
161
165 inline const Aws::Vector<Aws::String>& GetPropagatedSetLevelTags() const { return m_propagatedSetLevelTags; }
166 template<typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
167 void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { m_propagatedSetLevelTagsHasBeenSet = true; m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value); }
168 template<typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
169 GetSequenceStoreResult& WithPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { SetPropagatedSetLevelTags(std::forward<PropagatedSetLevelTagsT>(value)); return *this;}
170 template<typename PropagatedSetLevelTagsT = Aws::String>
171 GetSequenceStoreResult& AddPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { m_propagatedSetLevelTagsHasBeenSet = true; m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value)); return *this; }
173
175
178 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
179 template<typename UpdateTimeT = Aws::Utils::DateTime>
180 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
181 template<typename UpdateTimeT = Aws::Utils::DateTime>
182 GetSequenceStoreResult& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
184
186
187 inline const Aws::String& GetRequestId() const { return m_requestId; }
188 template<typename RequestIdT = Aws::String>
189 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
190 template<typename RequestIdT = Aws::String>
191 GetSequenceStoreResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
193 private:
194
195 Aws::String m_id;
196 bool m_idHasBeenSet = false;
197
198 Aws::String m_arn;
199 bool m_arnHasBeenSet = false;
200
201 Aws::String m_name;
202 bool m_nameHasBeenSet = false;
203
204 Aws::String m_description;
205 bool m_descriptionHasBeenSet = false;
206
207 SseConfig m_sseConfig;
208 bool m_sseConfigHasBeenSet = false;
209
210 Aws::Utils::DateTime m_creationTime{};
211 bool m_creationTimeHasBeenSet = false;
212
213 Aws::String m_fallbackLocation;
214 bool m_fallbackLocationHasBeenSet = false;
215
216 SequenceStoreS3Access m_s3Access;
217 bool m_s3AccessHasBeenSet = false;
218
220 bool m_eTagAlgorithmFamilyHasBeenSet = false;
221
223 bool m_statusHasBeenSet = false;
224
225 Aws::String m_statusMessage;
226 bool m_statusMessageHasBeenSet = false;
227
228 Aws::Vector<Aws::String> m_propagatedSetLevelTags;
229 bool m_propagatedSetLevelTagsHasBeenSet = false;
230
231 Aws::Utils::DateTime m_updateTime{};
232 bool m_updateTimeHasBeenSet = false;
233
234 Aws::String m_requestId;
235 bool m_requestIdHasBeenSet = false;
236 };
237
238} // namespace Model
239} // namespace Omics
240} // namespace Aws
GetSequenceStoreResult & WithRequestId(RequestIdT &&value)
GetSequenceStoreResult & WithName(NameT &&value)
GetSequenceStoreResult & WithPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
GetSequenceStoreResult & WithDescription(DescriptionT &&value)
GetSequenceStoreResult & WithCreationTime(CreationTimeT &&value)
AWS_OMICS_API GetSequenceStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSequenceStoreResult & WithS3Access(S3AccessT &&value)
const SequenceStoreS3Access & GetS3Access() const
AWS_OMICS_API GetSequenceStoreResult()=default
void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
GetSequenceStoreResult & WithStatus(SequenceStoreStatus value)
AWS_OMICS_API GetSequenceStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetPropagatedSetLevelTags() const
GetSequenceStoreResult & WithId(IdT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
GetSequenceStoreResult & WithArn(ArnT &&value)
GetSequenceStoreResult & AddPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
void SetETagAlgorithmFamily(ETagAlgorithmFamily value)
GetSequenceStoreResult & WithFallbackLocation(FallbackLocationT &&value)
GetSequenceStoreResult & WithSseConfig(SseConfigT &&value)
GetSequenceStoreResult & WithETagAlgorithmFamily(ETagAlgorithmFamily value)
void SetFallbackLocation(FallbackLocationT &&value)
GetSequenceStoreResult & WithUpdateTime(UpdateTimeT &&value)
GetSequenceStoreResult & WithStatusMessage(StatusMessageT &&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