7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticmapreduce/EMR_EXPORTS.h>
42 template <
typename PathT = Aws::String>
44 m_pathHasBeenSet =
true;
45 m_path = std::forward<PathT>(value);
47 template <
typename PathT = Aws::String>
49 SetPath(std::forward<PathT>(value));
60 template <
typename ArgsT = Aws::Vector<Aws::String>>
62 m_argsHasBeenSet =
true;
63 m_args = std::forward<ArgsT>(value);
65 template <
typename ArgsT = Aws::Vector<Aws::String>>
67 SetArgs(std::forward<ArgsT>(value));
70 template <
typename ArgsT = Aws::String>
72 m_argsHasBeenSet =
true;
73 m_args.emplace_back(std::forward<ArgsT>(value));
81 bool m_pathHasBeenSet =
false;
82 bool m_argsHasBeenSet =
false;
const Aws::String & GetPath() const
void SetArgs(ArgsT &&value)
AWS_EMR_API ScriptBootstrapActionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ScriptBootstrapActionConfig & AddArgs(ArgsT &&value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API ScriptBootstrapActionConfig()=default
ScriptBootstrapActionConfig & WithPath(PathT &&value)
AWS_EMR_API ScriptBootstrapActionConfig(Aws::Utils::Json::JsonView jsonValue)
ScriptBootstrapActionConfig & WithArgs(ArgsT &&value)
bool ArgsHasBeenSet() const
const Aws::Vector< Aws::String > & GetArgs() const
void SetPath(PathT &&value)
bool PathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue