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/AWSMap.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>
59 template<
typename RunPropertiesT = Aws::Map<Aws::String, Aws::String>>
60 void SetRunProperties(RunPropertiesT&& value) { m_runPropertiesHasBeenSet =
true; m_runProperties = std::forward<RunPropertiesT>(value); }
61 template<
typename RunPropertiesT = Aws::Map<Aws::String, Aws::String>>
63 template<
typename RunPropertiesKeyT = Aws::String,
typename RunPropertiesValueT = Aws::String>
65 m_runPropertiesHasBeenSet =
true; m_runProperties.emplace(std::forward<RunPropertiesKeyT>(key), std::forward<RunPropertiesValueT>(value));
return *
this;
71 bool m_nameHasBeenSet =
false;
74 bool m_runPropertiesHasBeenSet =
false;
void SetRunProperties(RunPropertiesT &&value)
StartWorkflowRunRequest & WithName(NameT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
AWS_GLUE_API StartWorkflowRunRequest()=default
StartWorkflowRunRequest & AddRunProperties(RunPropertiesKeyT &&key, RunPropertiesValueT &&value)
void SetName(NameT &&value)
bool RunPropertiesHasBeenSet() const
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetRunProperties() const
StartWorkflowRunRequest & WithRunProperties(RunPropertiesT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String