7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/awstransfer/model/ListedWorkflow.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
56 template<
typename WorkflowsT = Aws::Vector<ListedWorkflow>>
57 void SetWorkflows(WorkflowsT&& value) { m_workflowsHasBeenSet =
true; m_workflows = std::forward<WorkflowsT>(value); }
58 template<
typename WorkflowsT = Aws::Vector<ListedWorkflow>>
60 template<
typename WorkflowsT = ListedWorkflow>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_workflowsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::Vector< ListedWorkflow > & GetWorkflows() const
ListWorkflowsResult & WithNextToken(NextTokenT &&value)
void SetWorkflows(WorkflowsT &&value)
const Aws::String & GetRequestId() const
AWS_TRANSFER_API ListWorkflowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TRANSFER_API ListWorkflowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListWorkflowsResult & AddWorkflows(WorkflowsT &&value)
ListWorkflowsResult & WithRequestId(RequestIdT &&value)
ListWorkflowsResult & WithWorkflows(WorkflowsT &&value)
AWS_TRANSFER_API ListWorkflowsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue