7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename RunIdT = Aws::String>
38 m_runIdHasBeenSet =
true;
39 m_runId = std::forward<RunIdT>(value);
41 template <
typename RunIdT = Aws::String>
43 SetRunId(std::forward<RunIdT>(value));
53 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
55 m_nodeIdsHasBeenSet =
true;
56 m_nodeIds = std::forward<NodeIdsT>(value);
58 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
63 template <
typename NodeIdsT = Aws::String>
65 m_nodeIdsHasBeenSet =
true;
66 m_nodeIds.emplace_back(std::forward<NodeIdsT>(value));
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
87 bool m_runIdHasBeenSet =
false;
90 bool m_nodeIdsHasBeenSet =
false;
93 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_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