7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/ListedExecution.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 template <
typename NextTokenT = Aws::String>
41 m_nextTokenHasBeenSet =
true;
42 m_nextToken = std::forward<NextTokenT>(value);
44 template <
typename NextTokenT = Aws::String>
56 template <
typename WorkflowIdT = Aws::String>
58 m_workflowIdHasBeenSet =
true;
59 m_workflowId = std::forward<WorkflowIdT>(value);
61 template <
typename WorkflowIdT = Aws::String>
74 template <
typename ExecutionsT = Aws::Vector<ListedExecution>>
76 m_executionsHasBeenSet =
true;
77 m_executions = std::forward<ExecutionsT>(value);
79 template <
typename ExecutionsT = Aws::Vector<ListedExecution>>
84 template <
typename ExecutionsT = ListedExecution>
86 m_executionsHasBeenSet =
true;
87 m_executions.emplace_back(std::forward<ExecutionsT>(value));
95 template <
typename RequestIdT = Aws::String>
97 m_requestIdHasBeenSet =
true;
98 m_requestId = std::forward<RequestIdT>(value);
100 template <
typename RequestIdT = Aws::String>
117 bool m_nextTokenHasBeenSet =
false;
118 bool m_workflowIdHasBeenSet =
false;
119 bool m_executionsHasBeenSet =
false;
120 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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