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/ListedExecution.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>
55 template<
typename WorkflowIdT = Aws::String>
56 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
57 template<
typename WorkflowIdT = Aws::String>
67 template<
typename ExecutionsT = Aws::Vector<ListedExecution>>
68 void SetExecutions(ExecutionsT&& value) { m_executionsHasBeenSet =
true; m_executions = std::forward<ExecutionsT>(value); }
69 template<
typename ExecutionsT = Aws::Vector<ListedExecution>>
71 template<
typename ExecutionsT = ListedExecution>
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
86 bool m_nextTokenHasBeenSet =
false;
89 bool m_workflowIdHasBeenSet =
false;
92 bool m_executionsHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
ListExecutionsResult & WithWorkflowId(WorkflowIdT &&value)
const Aws::String & GetWorkflowId() const
void SetWorkflowId(WorkflowIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_TRANSFER_API ListExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListExecutionsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetExecutions(ExecutionsT &&value)
ListExecutionsResult & WithNextToken(NextTokenT &&value)
AWS_TRANSFER_API ListExecutionsResult()=default
const Aws::Vector< ListedExecution > & GetExecutions() const
ListExecutionsResult & WithExecutions(ExecutionsT &&value)
ListExecutionsResult & AddExecutions(ExecutionsT &&value)
AWS_TRANSFER_API ListExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue