7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/Tag.h>
9#include <aws/awstransfer/model/WorkflowStep.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
80 template <
typename StepsT = Aws::Vector<WorkflowStep>>
82 m_stepsHasBeenSet =
true;
83 m_steps = std::forward<StepsT>(value);
85 template <
typename StepsT = Aws::Vector<WorkflowStep>>
87 SetSteps(std::forward<StepsT>(value));
90 template <
typename StepsT = WorkflowStep>
92 m_stepsHasBeenSet =
true;
93 m_steps.emplace_back(std::forward<StepsT>(value));
105 template <
typename OnExceptionStepsT = Aws::Vector<WorkflowStep>>
107 m_onExceptionStepsHasBeenSet =
true;
108 m_onExceptionSteps = std::forward<OnExceptionStepsT>(value);
110 template <
typename OnExceptionStepsT = Aws::Vector<WorkflowStep>>
115 template <
typename OnExceptionStepsT = WorkflowStep>
117 m_onExceptionStepsHasBeenSet =
true;
118 m_onExceptionSteps.emplace_back(std::forward<OnExceptionStepsT>(value));
129 template <
typename WorkflowIdT = Aws::String>
131 m_workflowIdHasBeenSet =
true;
132 m_workflowId = std::forward<WorkflowIdT>(value);
134 template <
typename WorkflowIdT = Aws::String>
148 template <
typename TagsT = Aws::Vector<Tag>>
150 m_tagsHasBeenSet =
true;
151 m_tags = std::forward<TagsT>(value);
153 template <
typename TagsT = Aws::Vector<Tag>>
155 SetTags(std::forward<TagsT>(value));
158 template <
typename TagsT = Tag>
160 m_tagsHasBeenSet =
true;
161 m_tags.emplace_back(std::forward<TagsT>(value));
177 bool m_arnHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
179 bool m_stepsHasBeenSet =
false;
180 bool m_onExceptionStepsHasBeenSet =
false;
181 bool m_workflowIdHasBeenSet =
false;
182 bool m_tagsHasBeenSet =
false;
DescribedWorkflow & AddSteps(StepsT &&value)
void SetOnExceptionSteps(OnExceptionStepsT &&value)
const Aws::String & GetWorkflowId() const
DescribedWorkflow & WithOnExceptionSteps(OnExceptionStepsT &&value)
AWS_TRANSFER_API DescribedWorkflow()=default
const Aws::Vector< WorkflowStep > & GetOnExceptionSteps() const
bool TagsHasBeenSet() const
bool ArnHasBeenSet() const
void SetWorkflowId(WorkflowIdT &&value)
const Aws::String & GetArn() const
void SetTags(TagsT &&value)
bool OnExceptionStepsHasBeenSet() const
const Aws::Vector< WorkflowStep > & GetSteps() const
DescribedWorkflow & WithSteps(StepsT &&value)
DescribedWorkflow & WithWorkflowId(WorkflowIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_TRANSFER_API DescribedWorkflow(Aws::Utils::Json::JsonView jsonValue)
DescribedWorkflow & AddTags(TagsT &&value)
bool StepsHasBeenSet() const
void SetArn(ArnT &&value)
bool WorkflowIdHasBeenSet() const
const Aws::String & GetDescription() const
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSteps(StepsT &&value)
DescribedWorkflow & AddOnExceptionSteps(OnExceptionStepsT &&value)
const Aws::Vector< Tag > & GetTags() const
DescribedWorkflow & WithArn(ArnT &&value)
AWS_TRANSFER_API DescribedWorkflow & operator=(Aws::Utils::Json::JsonView jsonValue)
DescribedWorkflow & WithTags(TagsT &&value)
DescribedWorkflow & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue