7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
20namespace GlueDataBrew {
44 template <
typename OperationT = Aws::String>
46 m_operationHasBeenSet =
true;
47 m_operation = std::forward<OperationT>(value);
49 template <
typename OperationT = Aws::String>
62 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
64 m_parametersHasBeenSet =
true;
65 m_parameters = std::forward<ParametersT>(value);
67 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
72 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
74 m_parametersHasBeenSet =
true;
75 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
83 bool m_operationHasBeenSet =
false;
84 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