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/SseConfig.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
53 template <
typename ArnT = Aws::String>
55 m_arnHasBeenSet =
true;
56 m_arn = std::forward<ArnT>(value);
58 template <
typename ArnT = Aws::String>
60 SetArn(std::forward<ArnT>(value));
70 template <
typename NameT = Aws::String>
72 m_nameHasBeenSet =
true;
73 m_name = std::forward<NameT>(value);
75 template <
typename NameT = Aws::String>
77 SetName(std::forward<NameT>(value));
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
104 template <
typename SseConfigT = SseConfig>
106 m_sseConfigHasBeenSet =
true;
107 m_sseConfig = std::forward<SseConfigT>(value);
109 template <
typename SseConfigT = SseConfig>
121 template <
typename CreationTimeT = Aws::Utils::DateTime>
123 m_creationTimeHasBeenSet =
true;
124 m_creationTime = std::forward<CreationTimeT>(value);
126 template <
typename CreationTimeT = Aws::Utils::DateTime>
136 template <
typename RequestIdT = Aws::String>
138 m_requestIdHasBeenSet =
true;
139 m_requestId = std::forward<RequestIdT>(value);
141 template <
typename RequestIdT = Aws::String>
161 bool m_idHasBeenSet =
false;
162 bool m_arnHasBeenSet =
false;
163 bool m_nameHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
165 bool m_sseConfigHasBeenSet =
false;
166 bool m_creationTimeHasBeenSet =
false;
167 bool m_requestIdHasBeenSet =
false;
GetReferenceStoreResult & WithId(IdT &&value)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
void SetName(NameT &&value)
GetReferenceStoreResult & WithName(NameT &&value)
AWS_OMICS_API GetReferenceStoreResult()=default
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(CreationTimeT &&value)
GetReferenceStoreResult & WithCreationTime(CreationTimeT &&value)
GetReferenceStoreResult & WithSseConfig(SseConfigT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
AWS_OMICS_API GetReferenceStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetReferenceStoreResult & WithArn(ArnT &&value)
AWS_OMICS_API GetReferenceStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetReferenceStoreResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
GetReferenceStoreResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetSseConfig(SseConfigT &&value)
const Aws::String & GetId() const
const SseConfig & GetSseConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue