7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
56 template<
typename RunIdT = Aws::String>
57 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
58 template<
typename RunIdT = Aws::String>
69 template<
typename NodeIdsT = Aws::Vector<Aws::String>>
70 void SetNodeIds(NodeIdsT&& value) { m_nodeIdsHasBeenSet =
true; m_nodeIds = std::forward<NodeIdsT>(value); }
71 template<
typename NodeIdsT = Aws::Vector<Aws::String>>
73 template<
typename NodeIdsT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_runIdHasBeenSet =
false;
85 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