7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/WorkflowStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename IdT = Aws::String>
55 m_idHasBeenSet =
true;
56 m_id = std::forward<IdT>(value);
58 template <
typename IdT = Aws::String>
60 SetId(std::forward<IdT>(value));
71 m_statusHasBeenSet =
true;
85 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 m_tagsHasBeenSet =
true;
88 m_tags = std::forward<TagsT>(value);
90 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
92 SetTags(std::forward<TagsT>(value));
95 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
97 m_tagsHasBeenSet =
true;
98 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
108 template <
typename Uu
idT = Aws::String>
110 m_uuidHasBeenSet =
true;
111 m_uuid = std::forward<UuidT>(value);
113 template <
typename Uu
idT = Aws::String>
115 SetUuid(std::forward<UuidT>(value));
123 template <
typename RequestIdT = Aws::String>
125 m_requestIdHasBeenSet =
true;
126 m_requestId = std::forward<RequestIdT>(value);
128 template <
typename RequestIdT = Aws::String>
146 bool m_arnHasBeenSet =
false;
147 bool m_idHasBeenSet =
false;
148 bool m_statusHasBeenSet =
false;
149 bool m_tagsHasBeenSet =
false;
150 bool m_uuidHasBeenSet =
false;
151 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
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