7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/SseConfig.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
54 template <
typename ArnT = Aws::String>
56 m_arnHasBeenSet =
true;
57 m_arn = std::forward<ArnT>(value);
59 template <
typename ArnT = Aws::String>
61 SetArn(std::forward<ArnT>(value));
71 template <
typename NameT = Aws::String>
73 m_nameHasBeenSet =
true;
74 m_name = std::forward<NameT>(value);
76 template <
typename NameT = Aws::String>
78 SetName(std::forward<NameT>(value));
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
105 template <
typename SseConfigT = SseConfig>
107 m_sseConfigHasBeenSet =
true;
108 m_sseConfig = std::forward<SseConfigT>(value);
110 template <
typename SseConfigT = SseConfig>
122 template <
typename CreationTimeT = Aws::Utils::DateTime>
124 m_creationTimeHasBeenSet =
true;
125 m_creationTime = std::forward<CreationTimeT>(value);
127 template <
typename CreationTimeT = Aws::Utils::DateTime>
137 template <
typename RequestIdT = Aws::String>
139 m_requestIdHasBeenSet =
true;
140 m_requestId = std::forward<RequestIdT>(value);
142 template <
typename RequestIdT = Aws::String>
165 bool m_idHasBeenSet =
false;
166 bool m_arnHasBeenSet =
false;
167 bool m_nameHasBeenSet =
false;
168 bool m_descriptionHasBeenSet =
false;
169 bool m_sseConfigHasBeenSet =
false;
170 bool m_creationTimeHasBeenSet =
false;
171 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::Http::HttpResponseCode GetHttpResponseCode() const
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