7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename RunIdT = Aws::String>
60 m_runIdHasBeenSet =
true;
61 m_runId = std::forward<RunIdT>(value);
63 template <
typename RunIdT = Aws::String>
65 SetRunId(std::forward<RunIdT>(value));
77 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
79 m_nodeIdsHasBeenSet =
true;
80 m_nodeIds = std::forward<NodeIdsT>(value);
82 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
87 template <
typename NodeIdsT = Aws::String>
89 m_nodeIdsHasBeenSet =
true;
90 m_nodeIds.emplace_back(std::forward<NodeIdsT>(value));
100 bool m_nameHasBeenSet =
false;
101 bool m_runIdHasBeenSet =
false;
102 bool m_nodeIdsHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetRunId() const
bool RunIdHasBeenSet() const
ResumeWorkflowRunRequest & WithName(NameT &&value)
bool NodeIdsHasBeenSet() const
AWS_GLUE_API ResumeWorkflowRunRequest()=default
const Aws::Vector< Aws::String > & GetNodeIds() const
ResumeWorkflowRunRequest & WithRunId(RunIdT &&value)
void SetNodeIds(NodeIdsT &&value)
ResumeWorkflowRunRequest & WithNodeIds(NodeIdsT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
ResumeWorkflowRunRequest & AddNodeIds(NodeIdsT &&value)
void SetName(NameT &&value)
void SetRunId(RunIdT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector