7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.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));
61 template <
typename RunPropertiesT = Aws::Map<Aws::String, Aws::String>>
63 m_runPropertiesHasBeenSet =
true;
64 m_runProperties = std::forward<RunPropertiesT>(value);
66 template <
typename RunPropertiesT = Aws::Map<Aws::String, Aws::String>>
71 template <
typename RunPropertiesKeyT = Aws::String,
typename RunPropertiesValueT = Aws::String>
73 m_runPropertiesHasBeenSet =
true;
74 m_runProperties.emplace(std::forward<RunPropertiesKeyT>(key), std::forward<RunPropertiesValueT>(value));
80 bool m_nameHasBeenSet =
false;
83 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