7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace EMRContainers
53 template<
typename ClassificationT = Aws::String>
54 void SetClassification(ClassificationT&& value) { m_classificationHasBeenSet =
true; m_classification = std::forward<ClassificationT>(value); }
55 template<
typename ClassificationT = Aws::String>
65 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
66 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
67 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
69 template<
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
71 m_propertiesHasBeenSet =
true; m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
return *
this;
82 template<
typename ConfigurationsT = Aws::Vector<Configuration>>
83 void SetConfigurations(ConfigurationsT&& value) { m_configurationsHasBeenSet =
true; m_configurations = std::forward<ConfigurationsT>(value); }
84 template<
typename ConfigurationsT = Aws::Vector<Configuration>>
86 template<
typename ConfigurationsT = Configuration>
87 Configuration&
AddConfigurations(ConfigurationsT&& value) { m_configurationsHasBeenSet =
true; m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
return *
this; }
92 bool m_classificationHasBeenSet =
false;
95 bool m_propertiesHasBeenSet =
false;
98 bool m_configurationsHasBeenSet =
false;
Configuration & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
AWS_EMRCONTAINERS_API Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Configuration > & GetConfigurations() const
bool PropertiesHasBeenSet() const
AWS_EMRCONTAINERS_API Configuration(Aws::Utils::Json::JsonView jsonValue)
void SetProperties(PropertiesT &&value)
const Aws::String & GetClassification() const
Configuration & WithConfigurations(ConfigurationsT &&value)
bool ConfigurationsHasBeenSet() const
bool ClassificationHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
void SetClassification(ClassificationT &&value)
Configuration & AddConfigurations(ConfigurationsT &&value)
AWS_EMRCONTAINERS_API Configuration()=default
Configuration & WithClassification(ClassificationT &&value)
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfigurations(ConfigurationsT &&value)
Configuration & WithProperties(PropertiesT &&value)
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