7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticmapreduce/EMR_EXPORTS.h>
50 template <
typename ClassificationT = Aws::String>
52 m_classificationHasBeenSet =
true;
53 m_classification = std::forward<ClassificationT>(value);
55 template <
typename ClassificationT = Aws::String>
69 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
71 m_configurationsHasBeenSet =
true;
72 m_configurations = std::forward<ConfigurationsT>(value);
74 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
79 template <
typename ConfigurationsT = Configuration>
81 m_configurationsHasBeenSet =
true;
82 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
93 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
95 m_propertiesHasBeenSet =
true;
96 m_properties = std::forward<PropertiesT>(value);
98 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
103 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
105 m_propertiesHasBeenSet =
true;
106 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
116 bool m_classificationHasBeenSet =
false;
117 bool m_configurationsHasBeenSet =
false;
118 bool m_propertiesHasBeenSet =
false;
AWS_EMR_API Configuration(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Configuration > & GetConfigurations() const
const Aws::String & GetClassification() const
Configuration & AddConfigurations(ConfigurationsT &&value)
Configuration & WithClassification(ClassificationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
Configuration & WithConfigurations(ConfigurationsT &&value)
bool ClassificationHasBeenSet() const
Configuration & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
bool ConfigurationsHasBeenSet() const
Configuration & WithProperties(PropertiesT &&value)
void SetConfigurations(ConfigurationsT &&value)
void SetProperties(PropertiesT &&value)
void SetClassification(ClassificationT &&value)
AWS_EMR_API Configuration()=default
bool PropertiesHasBeenSet() 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue