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>
48 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
113 bool m_descriptionHasBeenSet =
false;
116 bool m_stepsHasBeenSet =
false;
119 bool m_onExceptionStepsHasBeenSet =
false;
122 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
CreateWorkflowRequest & AddSteps(const WorkflowStep &value)
void SetDescription(const char *value)
CreateWorkflowRequest & WithTags(const Aws::Vector< Tag > &value)
void SetDescription(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::Vector< WorkflowStep > & GetSteps() const
CreateWorkflowRequest & AddOnExceptionSteps(WorkflowStep &&value)
void SetOnExceptionSteps(const Aws::Vector< WorkflowStep > &value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StepsHasBeenSet() const
CreateWorkflowRequest & WithSteps(const Aws::Vector< WorkflowStep > &value)
void SetSteps(const Aws::Vector< WorkflowStep > &value)
CreateWorkflowRequest & AddSteps(WorkflowStep &&value)
void SetTags(const Aws::Vector< Tag > &value)
CreateWorkflowRequest & AddOnExceptionSteps(const WorkflowStep &value)
bool DescriptionHasBeenSet() const
bool OnExceptionStepsHasBeenSet() const
CreateWorkflowRequest & WithOnExceptionSteps(Aws::Vector< WorkflowStep > &&value)
void SetOnExceptionSteps(Aws::Vector< WorkflowStep > &&value)
CreateWorkflowRequest & AddTags(Tag &&value)
void SetSteps(Aws::Vector< WorkflowStep > &&value)
CreateWorkflowRequest & WithOnExceptionSteps(const Aws::Vector< WorkflowStep > &value)
AWS_TRANSFER_API CreateWorkflowRequest()
void SetDescription(const Aws::String &value)
CreateWorkflowRequest & AddTags(const Tag &value)
void SetTags(Aws::Vector< Tag > &&value)
CreateWorkflowRequest & WithSteps(Aws::Vector< WorkflowStep > &&value)
CreateWorkflowRequest & WithTags(Aws::Vector< Tag > &&value)
const Aws::String & GetDescription() const
CreateWorkflowRequest & WithDescription(Aws::String &&value)
CreateWorkflowRequest & WithDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
const Aws::Vector< WorkflowStep > & GetOnExceptionSteps() const
CreateWorkflowRequest & WithDescription(const char *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