7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/WorkflowStepItem.h>
11#include <aws/customer-profiles/model/WorkflowType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CustomerProfiles {
37 template <
typename WorkflowIdT = Aws::String>
39 m_workflowIdHasBeenSet =
true;
40 m_workflowId = std::forward<WorkflowIdT>(value);
42 template <
typename WorkflowIdT = Aws::String>
55 m_workflowTypeHasBeenSet =
true;
56 m_workflowType = value;
69 template <
typename ItemsT = Aws::Vector<WorkflowStepItem>>
71 m_itemsHasBeenSet =
true;
72 m_items = std::forward<ItemsT>(value);
74 template <
typename ItemsT = Aws::Vector<WorkflowStepItem>>
76 SetItems(std::forward<ItemsT>(value));
79 template <
typename ItemsT = WorkflowStepItem>
81 m_itemsHasBeenSet =
true;
82 m_items.emplace_back(std::forward<ItemsT>(value));
93 template <
typename NextTokenT = Aws::String>
95 m_nextTokenHasBeenSet =
true;
96 m_nextToken = std::forward<NextTokenT>(value);
98 template <
typename NextTokenT = Aws::String>
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
129 bool m_workflowIdHasBeenSet =
false;
130 bool m_workflowTypeHasBeenSet =
false;
131 bool m_itemsHasBeenSet =
false;
132 bool m_nextTokenHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
GetWorkflowStepsResult & WithItems(ItemsT &&value)
void SetWorkflowId(WorkflowIdT &&value)
GetWorkflowStepsResult & WithNextToken(NextTokenT &&value)
void SetWorkflowType(WorkflowType value)
void SetNextToken(NextTokenT &&value)
AWS_CUSTOMERPROFILES_API GetWorkflowStepsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< WorkflowStepItem > & GetItems() const
GetWorkflowStepsResult & WithRequestId(RequestIdT &&value)
GetWorkflowStepsResult & WithWorkflowType(WorkflowType value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
const Aws::String & GetWorkflowId() const
AWS_CUSTOMERPROFILES_API GetWorkflowStepsResult()=default
GetWorkflowStepsResult & WithWorkflowId(WorkflowIdT &&value)
AWS_CUSTOMERPROFILES_API GetWorkflowStepsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
WorkflowType GetWorkflowType() const
GetWorkflowStepsResult & AddItems(ItemsT &&value)
void SetItems(ItemsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue