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>
57 template<
typename RunIdT = Aws::String>
58 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
59 template<
typename RunIdT = Aws::String>
72 template<
typename RunPropertiesT = Aws::Map<Aws::String, Aws::String>>
73 void SetRunProperties(RunPropertiesT&& value) { m_runPropertiesHasBeenSet =
true; m_runProperties = std::forward<RunPropertiesT>(value); }
74 template<
typename RunPropertiesT = Aws::Map<Aws::String, Aws::String>>
76 template<
typename RunPropertiesKeyT = Aws::String,
typename RunPropertiesValueT = Aws::String>
78 m_runPropertiesHasBeenSet =
true; m_runProperties.emplace(std::forward<RunPropertiesKeyT>(key), std::forward<RunPropertiesValueT>(value));
return *
this;
84 bool m_nameHasBeenSet =
false;
87 bool m_runIdHasBeenSet =
false;
90 bool m_runPropertiesHasBeenSet =
false;
void SetRunId(RunIdT &&value)
PutWorkflowRunPropertiesRequest & WithRunProperties(RunPropertiesT &&value)
AWS_GLUE_API PutWorkflowRunPropertiesRequest()=default
void SetName(NameT &&value)
bool RunIdHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutWorkflowRunPropertiesRequest & AddRunProperties(RunPropertiesKeyT &&key, RunPropertiesValueT &&value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetRunProperties() const
bool RunPropertiesHasBeenSet() const
bool NameHasBeenSet() const
PutWorkflowRunPropertiesRequest & WithRunId(RunIdT &&value)
void SetRunProperties(RunPropertiesT &&value)
const Aws::String & GetRunId() const
PutWorkflowRunPropertiesRequest & WithName(NameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() 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