7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/ETagAlgorithmFamily.h>
11#include <aws/omics/model/SequenceStoreStatus.h>
12#include <aws/omics/model/SseConfig.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
116 template <
typename SseConfigT = SseConfig>
118 m_sseConfigHasBeenSet =
true;
119 m_sseConfig = std::forward<SseConfigT>(value);
121 template <
typename SseConfigT = SseConfig>
134 template <
typename CreationTimeT = Aws::Utils::DateTime>
136 m_creationTimeHasBeenSet =
true;
137 m_creationTime = std::forward<CreationTimeT>(value);
139 template <
typename CreationTimeT = Aws::Utils::DateTime>
153 template <
typename FallbackLocationT = Aws::String>
155 m_fallbackLocationHasBeenSet =
true;
156 m_fallbackLocation = std::forward<FallbackLocationT>(value);
158 template <
typename FallbackLocationT = Aws::String>
172 m_eTagAlgorithmFamilyHasBeenSet =
true;
173 m_eTagAlgorithmFamily = value;
188 m_statusHasBeenSet =
true;
203 template <
typename StatusMessageT = Aws::String>
205 m_statusMessageHasBeenSet =
true;
206 m_statusMessage = std::forward<StatusMessageT>(value);
208 template <
typename StatusMessageT = Aws::String>
221 template <
typename UpdateTimeT = Aws::Utils::DateTime>
223 m_updateTimeHasBeenSet =
true;
224 m_updateTime = std::forward<UpdateTimeT>(value);
226 template <
typename UpdateTimeT = Aws::Utils::DateTime>
254 bool m_arnHasBeenSet =
false;
255 bool m_idHasBeenSet =
false;
256 bool m_nameHasBeenSet =
false;
257 bool m_descriptionHasBeenSet =
false;
258 bool m_sseConfigHasBeenSet =
false;
259 bool m_creationTimeHasBeenSet =
false;
260 bool m_fallbackLocationHasBeenSet =
false;
261 bool m_eTagAlgorithmFamilyHasBeenSet =
false;
262 bool m_statusHasBeenSet =
false;
263 bool m_statusMessageHasBeenSet =
false;
264 bool m_updateTimeHasBeenSet =
false;
const SseConfig & GetSseConfig() const
SequenceStoreDetail & WithUpdateTime(UpdateTimeT &&value)
AWS_OMICS_API SequenceStoreDetail(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateTime(UpdateTimeT &&value)
void SetArn(ArnT &&value)
void SetETagAlgorithmFamily(ETagAlgorithmFamily value)
const Aws::String & GetId() const
SequenceStoreDetail & WithStatusMessage(StatusMessageT &&value)
const Aws::String & GetStatusMessage() const
bool FallbackLocationHasBeenSet() const
SequenceStoreDetail & WithETagAlgorithmFamily(ETagAlgorithmFamily value)
AWS_OMICS_API SequenceStoreDetail()=default
const Aws::String & GetArn() const
void SetStatusMessage(StatusMessageT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool StatusMessageHasBeenSet() const
bool NameHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
SequenceStoreDetail & WithFallbackLocation(FallbackLocationT &&value)
void SetDescription(DescriptionT &&value)
bool IdHasBeenSet() const
SequenceStoreDetail & WithStatus(SequenceStoreStatus value)
bool SseConfigHasBeenSet() const
void SetStatus(SequenceStoreStatus value)
bool CreationTimeHasBeenSet() const
const Aws::String & GetFallbackLocation() const
SequenceStoreDetail & WithId(IdT &&value)
void SetName(NameT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdateTimeHasBeenSet() const
void SetSseConfig(SseConfigT &&value)
SequenceStoreDetail & WithArn(ArnT &&value)
bool DescriptionHasBeenSet() const
bool ETagAlgorithmFamilyHasBeenSet() const
ETagAlgorithmFamily GetETagAlgorithmFamily() const
SequenceStoreDetail & WithDescription(DescriptionT &&value)
void SetFallbackLocation(FallbackLocationT &&value)
SequenceStoreDetail & WithName(NameT &&value)
AWS_OMICS_API SequenceStoreDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
const Aws::String & GetDescription() const
bool StatusHasBeenSet() const
SequenceStoreDetail & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::String & GetName() const
SequenceStoreDetail & WithSseConfig(SseConfigT &&value)
SequenceStoreStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue