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>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename IdT = Aws::String>
61 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
62 template<
typename IdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
96 template<
typename SseConfigT = SseConfig>
97 void SetSseConfig(SseConfigT&& value) { m_sseConfigHasBeenSet =
true; m_sseConfig = std::forward<SseConfigT>(value); }
98 template<
typename SseConfigT = SseConfig>
108 template<
typename CreationTimeT = Aws::Utils::DateTime>
109 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
110 template<
typename CreationTimeT = Aws::Utils::DateTime>
116 bool m_arnHasBeenSet =
false;
119 bool m_idHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_sseConfigHasBeenSet =
false;
131 bool m_creationTimeHasBeenSet =
false;
const SseConfig & GetSseConfig() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
void SetArn(ArnT &&value)
ReferenceStoreDetail & WithArn(ArnT &&value)
bool IdHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetName() const
ReferenceStoreDetail & WithDescription(DescriptionT &&value)
bool CreationTimeHasBeenSet() const
const Aws::String & GetDescription() const
ReferenceStoreDetail & WithCreationTime(CreationTimeT &&value)
ReferenceStoreDetail & WithSseConfig(SseConfigT &&value)
ReferenceStoreDetail & WithName(NameT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetId() const
void SetSseConfig(SseConfigT &&value)
AWS_OMICS_API ReferenceStoreDetail(Aws::Utils::Json::JsonView jsonValue)
bool SseConfigHasBeenSet() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OMICS_API ReferenceStoreDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API ReferenceStoreDetail()=default
void SetDescription(DescriptionT &&value)
void SetCreationTime(CreationTimeT &&value)
ReferenceStoreDetail & WithId(IdT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue