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 WorkflowIdT = Aws::String>
54 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
55 template<
typename WorkflowIdT = Aws::String>
64 template<
typename VersionNameT = Aws::String>
65 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
66 template<
typename VersionNameT = Aws::String>
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
90 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
99 template<
typename Uu
idT = Aws::String>
100 void SetUuid(UuidT&& value) { m_uuidHasBeenSet =
true; m_uuid = std::forward<UuidT>(value); }
101 template<
typename Uu
idT = Aws::String>
108 template<
typename RequestIdT = Aws::String>
109 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
110 template<
typename RequestIdT = Aws::String>
116 bool m_arnHasBeenSet =
false;
119 bool m_workflowIdHasBeenSet =
false;
122 bool m_versionNameHasBeenSet =
false;
125 bool m_statusHasBeenSet =
false;
128 bool m_tagsHasBeenSet =
false;
131 bool m_uuidHasBeenSet =
false;
134 bool m_requestIdHasBeenSet =
false;
CreateWorkflowVersionResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetWorkflowId() const
const Aws::String & GetArn() const
CreateWorkflowVersionResult & WithWorkflowId(WorkflowIdT &&value)
const Aws::String & GetRequestId() const
CreateWorkflowVersionResult & WithRequestId(RequestIdT &&value)
void SetWorkflowId(WorkflowIdT &&value)
CreateWorkflowVersionResult & WithTags(TagsT &&value)
const Aws::String & GetUuid() const
void SetUuid(UuidT &&value)
void SetVersionName(VersionNameT &&value)
void SetStatus(WorkflowStatus value)
WorkflowStatus GetStatus() const
AWS_OMICS_API CreateWorkflowVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateWorkflowVersionResult & WithStatus(WorkflowStatus value)
const Aws::String & GetVersionName() const
void SetTags(TagsT &&value)
void SetArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateWorkflowVersionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_OMICS_API CreateWorkflowVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OMICS_API CreateWorkflowVersionResult()=default
CreateWorkflowVersionResult & WithVersionName(VersionNameT &&value)
CreateWorkflowVersionResult & WithUuid(UuidT &&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