7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename RunIdT = Aws::String>
43 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
44 template<
typename RunIdT = Aws::String>
53 template<
typename NodeIdsT = Aws::Vector<Aws::String>>
54 void SetNodeIds(NodeIdsT&& value) { m_nodeIdsHasBeenSet =
true; m_nodeIds = std::forward<NodeIdsT>(value); }
55 template<
typename NodeIdsT = Aws::Vector<Aws::String>>
57 template<
typename NodeIdsT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_runIdHasBeenSet =
false;
75 bool m_nodeIdsHasBeenSet =
false;
78 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