7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename PathT = Aws::String>
49 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
50 template<
typename PathT = Aws::String>
60 template<
typename ArgsT = Aws::Vector<Aws::String>>
61 void SetArgs(ArgsT&& value) { m_argsHasBeenSet =
true; m_args = std::forward<ArgsT>(value); }
62 template<
typename ArgsT = Aws::Vector<Aws::String>>
64 template<
typename ArgsT = Aws::String>
70 bool m_pathHasBeenSet =
false;
73 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