7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/omics/Omics_EXPORTS.h>
12#include <aws/omics/model/ConfigurationStatus.h>
13#include <aws/omics/model/RunConfigurationsResponse.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
56 template <
typename Uu
idT = Aws::String>
58 m_uuidHasBeenSet =
true;
59 m_uuid = std::forward<UuidT>(value);
61 template <
typename Uu
idT = Aws::String>
63 SetUuid(std::forward<UuidT>(value));
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
107 template <
typename RunConfigurationsT = RunConfigurationsResponse>
109 m_runConfigurationsHasBeenSet =
true;
110 m_runConfigurations = std::forward<RunConfigurationsT>(value);
112 template <
typename RunConfigurationsT = RunConfigurationsResponse>
125 m_statusHasBeenSet =
true;
139 template <
typename CreationTimeT = Aws::Utils::DateTime>
141 m_creationTimeHasBeenSet =
true;
142 m_creationTime = std::forward<CreationTimeT>(value);
144 template <
typename CreationTimeT = Aws::Utils::DateTime>
156 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 m_tagsHasBeenSet =
true;
159 m_tags = std::forward<TagsT>(value);
161 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 SetTags(std::forward<TagsT>(value));
166 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
168 m_tagsHasBeenSet =
true;
169 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
177 template <
typename RequestIdT = Aws::String>
179 m_requestIdHasBeenSet =
true;
180 m_requestId = std::forward<RequestIdT>(value);
182 template <
typename RequestIdT = Aws::String>
209 bool m_arnHasBeenSet =
false;
210 bool m_uuidHasBeenSet =
false;
211 bool m_nameHasBeenSet =
false;
212 bool m_descriptionHasBeenSet =
false;
213 bool m_runConfigurationsHasBeenSet =
false;
214 bool m_statusHasBeenSet =
false;
215 bool m_creationTimeHasBeenSet =
false;
216 bool m_tagsHasBeenSet =
false;
217 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
void SetCreationTime(CreationTimeT &&value)
void SetRunConfigurations(RunConfigurationsT &&value)
void SetStatus(ConfigurationStatus value)
const Aws::String & GetUuid() const
CreateConfigurationResult & WithRunConfigurations(RunConfigurationsT &&value)
CreateConfigurationResult & WithRequestId(RequestIdT &&value)
CreateConfigurationResult & WithStatus(ConfigurationStatus value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ConfigurationStatus GetStatus() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
CreateConfigurationResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_OMICS_API CreateConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateConfigurationResult & WithUuid(UuidT &&value)
const Aws::String & GetArn() const
CreateConfigurationResult & WithCreationTime(CreationTimeT &&value)
const RunConfigurationsResponse & GetRunConfigurations() const
CreateConfigurationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateConfigurationResult & WithArn(ArnT &&value)
AWS_OMICS_API CreateConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
CreateConfigurationResult & WithTags(TagsT &&value)
CreateConfigurationResult & WithDescription(DescriptionT &&value)
void SetUuid(UuidT &&value)
void SetName(NameT &&value)
AWS_OMICS_API CreateConfigurationResult()=default
void SetArn(ArnT &&value)
void SetDescription(DescriptionT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue