7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/WorkflowStatus.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
53 template<
typename IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
73 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
74 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
75 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
77 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
79 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
88 template<
typename Uu
idT = Aws::String>
89 void SetUuid(UuidT&& value) { m_uuidHasBeenSet =
true; m_uuid = std::forward<UuidT>(value); }
90 template<
typename Uu
idT = Aws::String>
97 template<
typename RequestIdT = Aws::String>
98 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
99 template<
typename RequestIdT = Aws::String>
105 bool m_arnHasBeenSet =
false;
108 bool m_idHasBeenSet =
false;
111 bool m_statusHasBeenSet =
false;
114 bool m_tagsHasBeenSet =
false;
117 bool m_uuidHasBeenSet =
false;
120 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