7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/awstransfer/model/WorkflowStep.h>
12#include <aws/awstransfer/model/Tag.h>
46 template<
typename DescriptionT = Aws::String>
47 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
48 template<
typename DescriptionT = Aws::String>
68 template<
typename StepsT = Aws::Vector<WorkflowStep>>
69 void SetSteps(StepsT&& value) { m_stepsHasBeenSet =
true; m_steps = std::forward<StepsT>(value); }
70 template<
typename StepsT = Aws::Vector<WorkflowStep>>
72 template<
typename StepsT = WorkflowStep>
86 template<
typename OnExceptionStepsT = Aws::Vector<WorkflowStep>>
87 void SetOnExceptionSteps(OnExceptionStepsT&& value) { m_onExceptionStepsHasBeenSet =
true; m_onExceptionSteps = std::forward<OnExceptionStepsT>(value); }
88 template<
typename OnExceptionStepsT = Aws::Vector<WorkflowStep>>
90 template<
typename OnExceptionStepsT = WorkflowStep>
101 template<
typename TagsT = Aws::Vector<Tag>>
102 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
103 template<
typename TagsT = Aws::Vector<Tag>>
105 template<
typename TagsT = Tag>
111 bool m_descriptionHasBeenSet =
false;
114 bool m_stepsHasBeenSet =
false;
117 bool m_onExceptionStepsHasBeenSet =
false;
120 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