7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template <
typename SparkT = Aws::Map<Aws::String, Aws::String>>
51 m_sparkHasBeenSet =
true;
52 m_spark = std::forward<SparkT>(value);
54 template <
typename SparkT = Aws::Map<Aws::String, Aws::String>>
56 SetSpark(std::forward<SparkT>(value));
59 template <
typename SparkKeyT = Aws::String,
typename SparkValueT = Aws::String>
61 m_sparkHasBeenSet =
true;
62 m_spark.emplace(std::forward<SparkKeyT>(key), std::forward<SparkValueT>(value));
68 bool m_sparkHasBeenSet =
false;
WorkerComputeConfigurationProperties & WithSpark(SparkT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API WorkerComputeConfigurationProperties()=default
void SetSpark(SparkT &&value)
bool SparkHasBeenSet() const
WorkerComputeConfigurationProperties & AddSpark(SparkKeyT &&key, SparkValueT &&value)
AWS_CLEANROOMS_API WorkerComputeConfigurationProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API WorkerComputeConfigurationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetSpark() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue