7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename RunIdT = Aws::String>
39 m_runIdHasBeenSet =
true;
40 m_runId = std::forward<RunIdT>(value);
42 template <
typename RunIdT = Aws::String>
44 SetRunId(std::forward<RunIdT>(value));
54 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
56 m_nodeIdsHasBeenSet =
true;
57 m_nodeIds = std::forward<NodeIdsT>(value);
59 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
64 template <
typename NodeIdsT = Aws::String>
66 m_nodeIdsHasBeenSet =
true;
67 m_nodeIds.emplace_back(std::forward<NodeIdsT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_runIdHasBeenSet =
false;
96 bool m_nodeIdsHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetNodeIds() const
AWS_GLUE_API ResumeWorkflowRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetRunId(RunIdT &&value)
ResumeWorkflowRunResult & AddNodeIds(NodeIdsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API ResumeWorkflowRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRunId() const
void SetNodeIds(NodeIdsT &&value)
const Aws::String & GetRequestId() const
ResumeWorkflowRunResult & WithRunId(RunIdT &&value)
ResumeWorkflowRunResult & WithRequestId(RequestIdT &&value)
ResumeWorkflowRunResult & WithNodeIds(NodeIdsT &&value)
AWS_GLUE_API ResumeWorkflowRunResult()=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