7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
50 template<
typename OperationT = Aws::String>
51 void SetOperation(OperationT&& value) { m_operationHasBeenSet =
true; m_operation = std::forward<OperationT>(value); }
52 template<
typename OperationT = Aws::String>
62 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
63 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
64 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
66 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
68 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
74 bool m_operationHasBeenSet =
false;
77 bool m_parametersHasBeenSet =
false;
void SetParameters(ParametersT &&value)
RecipeAction & WithParameters(ParametersT &&value)
const Aws::String & GetOperation() const
AWS_GLUEDATABREW_API RecipeAction()=default
AWS_GLUEDATABREW_API RecipeAction(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
RecipeAction & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
void SetOperation(OperationT &&value)
RecipeAction & WithOperation(OperationT &&value)
AWS_GLUEDATABREW_API RecipeAction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
bool ParametersHasBeenSet() const
bool OperationHasBeenSet() const
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
Aws::Utils::Json::JsonValue JsonValue