7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/awstransfer/model/Tag.h>
10#include <aws/awstransfer/model/WorkflowStep.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename DescriptionT = Aws::String>
44 m_descriptionHasBeenSet =
true;
45 m_description = std::forward<DescriptionT>(value);
47 template <
typename DescriptionT = Aws::String>
70 template <
typename StepsT = Aws::Vector<WorkflowStep>>
72 m_stepsHasBeenSet =
true;
73 m_steps = std::forward<StepsT>(value);
75 template <
typename StepsT = Aws::Vector<WorkflowStep>>
77 SetSteps(std::forward<StepsT>(value));
80 template <
typename StepsT = WorkflowStep>
82 m_stepsHasBeenSet =
true;
83 m_steps.emplace_back(std::forward<StepsT>(value));
98 template <
typename OnExceptionStepsT = Aws::Vector<WorkflowStep>>
100 m_onExceptionStepsHasBeenSet =
true;
101 m_onExceptionSteps = std::forward<OnExceptionStepsT>(value);
103 template <
typename OnExceptionStepsT = Aws::Vector<WorkflowStep>>
108 template <
typename OnExceptionStepsT = WorkflowStep>
110 m_onExceptionStepsHasBeenSet =
true;
111 m_onExceptionSteps.emplace_back(std::forward<OnExceptionStepsT>(value));
123 template <
typename TagsT = Aws::Vector<Tag>>
125 m_tagsHasBeenSet =
true;
126 m_tags = std::forward<TagsT>(value);
128 template <
typename TagsT = Aws::Vector<Tag>>
130 SetTags(std::forward<TagsT>(value));
133 template <
typename TagsT = Tag>
135 m_tagsHasBeenSet =
true;
136 m_tags.emplace_back(std::forward<TagsT>(value));
142 bool m_descriptionHasBeenSet =
false;
145 bool m_stepsHasBeenSet =
false;
148 bool m_onExceptionStepsHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
CreateWorkflowRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateWorkflowRequest & WithOnExceptionSteps(OnExceptionStepsT &&value)
const Aws::Vector< WorkflowStep > & GetSteps() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetOnExceptionSteps(OnExceptionStepsT &&value)
CreateWorkflowRequest & AddOnExceptionSteps(OnExceptionStepsT &&value)
bool StepsHasBeenSet() const
CreateWorkflowRequest & AddSteps(StepsT &&value)
CreateWorkflowRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool OnExceptionStepsHasBeenSet() const
CreateWorkflowRequest & WithTags(TagsT &&value)
AWS_TRANSFER_API CreateWorkflowRequest()=default
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
const Aws::Vector< WorkflowStep > & GetOnExceptionSteps() const
CreateWorkflowRequest & WithSteps(StepsT &&value)
void SetSteps(StepsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector