7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/WorkflowStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename IdT = Aws::String>
56 m_idHasBeenSet =
true;
57 m_id = std::forward<IdT>(value);
59 template <
typename IdT = Aws::String>
61 SetId(std::forward<IdT>(value));
72 m_statusHasBeenSet =
true;
86 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 m_tagsHasBeenSet =
true;
89 m_tags = std::forward<TagsT>(value);
91 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 SetTags(std::forward<TagsT>(value));
96 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
98 m_tagsHasBeenSet =
true;
99 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
109 template <
typename Uu
idT = Aws::String>
111 m_uuidHasBeenSet =
true;
112 m_uuid = std::forward<UuidT>(value);
114 template <
typename Uu
idT = Aws::String>
116 SetUuid(std::forward<UuidT>(value));
124 template <
typename RequestIdT = Aws::String>
126 m_requestIdHasBeenSet =
true;
127 m_requestId = std::forward<RequestIdT>(value);
129 template <
typename RequestIdT = Aws::String>
150 bool m_arnHasBeenSet =
false;
151 bool m_idHasBeenSet =
false;
152 bool m_statusHasBeenSet =
false;
153 bool m_tagsHasBeenSet =
false;
154 bool m_uuidHasBeenSet =
false;
155 bool m_requestIdHasBeenSet =
false;
AWS_OMICS_API CreateWorkflowResult()=default
AWS_OMICS_API CreateWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateWorkflowResult & WithStatus(WorkflowStatus value)
const Aws::String & GetArn() const
CreateWorkflowResult & WithTags(TagsT &&value)
CreateWorkflowResult & WithUuid(UuidT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetUuid() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateWorkflowResult & WithId(IdT &&value)
CreateWorkflowResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
void SetTags(TagsT &&value)
AWS_OMICS_API CreateWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
CreateWorkflowResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
WorkflowStatus GetStatus() const
void SetArn(ArnT &&value)
CreateWorkflowResult & WithRequestId(RequestIdT &&value)
void SetUuid(UuidT &&value)
void SetStatus(WorkflowStatus 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