7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename ClassificationT = Aws::String>
43 m_classificationHasBeenSet =
true;
44 m_classification = std::forward<ClassificationT>(value);
46 template <
typename ClassificationT = Aws::String>
59 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
61 m_propertiesHasBeenSet =
true;
62 m_properties = std::forward<PropertiesT>(value);
64 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
69 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
71 m_propertiesHasBeenSet =
true;
72 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
80 bool m_classificationHasBeenSet =
false;
81 bool m_propertiesHasBeenSet =
false;
void SetProperties(PropertiesT &&value)
void SetClassification(ClassificationT &&value)
const Aws::String & GetClassification() const
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
bool PropertiesHasBeenSet() const
AWS_DATAZONE_API Configuration(Aws::Utils::Json::JsonView jsonValue)
Configuration & WithProperties(PropertiesT &&value)
Configuration & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
bool ClassificationHasBeenSet() const
Configuration & WithClassification(ClassificationT &&value)
AWS_DATAZONE_API Configuration()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
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
Aws::Utils::Json::JsonValue JsonValue