AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListExecutionsResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Transfer
26{
27namespace Model
28{
30 {
31 public:
32 AWS_TRANSFER_API ListExecutionsResult();
35
36
38
43 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
44 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
45 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
46 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
47 inline ListExecutionsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
48 inline ListExecutionsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
49 inline ListExecutionsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
51
53
56 inline const Aws::String& GetWorkflowId() const{ return m_workflowId; }
57 inline void SetWorkflowId(const Aws::String& value) { m_workflowId = value; }
58 inline void SetWorkflowId(Aws::String&& value) { m_workflowId = std::move(value); }
59 inline void SetWorkflowId(const char* value) { m_workflowId.assign(value); }
60 inline ListExecutionsResult& WithWorkflowId(const Aws::String& value) { SetWorkflowId(value); return *this;}
61 inline ListExecutionsResult& WithWorkflowId(Aws::String&& value) { SetWorkflowId(std::move(value)); return *this;}
62 inline ListExecutionsResult& WithWorkflowId(const char* value) { SetWorkflowId(value); return *this;}
64
66
70 inline const Aws::Vector<ListedExecution>& GetExecutions() const{ return m_executions; }
71 inline void SetExecutions(const Aws::Vector<ListedExecution>& value) { m_executions = value; }
72 inline void SetExecutions(Aws::Vector<ListedExecution>&& value) { m_executions = std::move(value); }
74 inline ListExecutionsResult& WithExecutions(Aws::Vector<ListedExecution>&& value) { SetExecutions(std::move(value)); return *this;}
75 inline ListExecutionsResult& AddExecutions(const ListedExecution& value) { m_executions.push_back(value); return *this; }
76 inline ListExecutionsResult& AddExecutions(ListedExecution&& value) { m_executions.push_back(std::move(value)); return *this; }
78
80
81 inline const Aws::String& GetRequestId() const{ return m_requestId; }
82 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
83 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
84 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
85 inline ListExecutionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
86 inline ListExecutionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
87 inline ListExecutionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
89 private:
90
91 Aws::String m_nextToken;
92
93 Aws::String m_workflowId;
94
96
97 Aws::String m_requestId;
98 };
99
100} // namespace Model
101} // namespace Transfer
102} // namespace Aws
void SetRequestId(const Aws::String &value)
ListExecutionsResult & WithExecutions(Aws::Vector< ListedExecution > &&value)
ListExecutionsResult & WithRequestId(const char *value)
ListExecutionsResult & WithNextToken(Aws::String &&value)
ListExecutionsResult & WithRequestId(const Aws::String &value)
ListExecutionsResult & WithWorkflowId(const Aws::String &value)
void SetExecutions(Aws::Vector< ListedExecution > &&value)
ListExecutionsResult & AddExecutions(ListedExecution &&value)
ListExecutionsResult & WithNextToken(const char *value)
AWS_TRANSFER_API ListExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListExecutionsResult & WithWorkflowId(Aws::String &&value)
void SetWorkflowId(const Aws::String &value)
ListExecutionsResult & AddExecutions(const ListedExecution &value)
ListExecutionsResult & WithRequestId(Aws::String &&value)
ListExecutionsResult & WithWorkflowId(const char *value)
void SetNextToken(const Aws::String &value)
void SetExecutions(const Aws::Vector< ListedExecution > &value)
ListExecutionsResult & WithExecutions(const Aws::Vector< ListedExecution > &value)
const Aws::Vector< ListedExecution > & GetExecutions() const
AWS_TRANSFER_API ListExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListExecutionsResult & WithNextToken(const Aws::String &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