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>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename ArgsT = Aws::Vector<Aws::String>>
63 void SetArgs(ArgsT&& value) { m_argsHasBeenSet =
true; m_args = std::forward<ArgsT>(value); }
64 template<
typename ArgsT = Aws::Vector<Aws::String>>
66 template<
typename ArgsT = Aws::String>
72 bool m_nameHasBeenSet =
false;
75 bool m_argsHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetArgs() const
SupportedProductConfig & WithArgs(ArgsT &&value)
AWS_EMR_API SupportedProductConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SupportedProductConfig & WithName(NameT &&value)
void SetArgs(ArgsT &&value)
SupportedProductConfig & AddArgs(ArgsT &&value)
AWS_EMR_API SupportedProductConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API SupportedProductConfig()=default
void SetName(NameT &&value)
bool ArgsHasBeenSet() 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