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