7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/WorkerComputeConfigurationProperties.h>
9#include <aws/cleanrooms/model/WorkerComputeType.h>
43 m_typeHasBeenSet =
true;
61 m_numberHasBeenSet =
true;
78 template <
typename PropertiesT = WorkerComputeConfigurationProperties>
80 m_propertiesHasBeenSet =
true;
81 m_properties = std::forward<PropertiesT>(value);
83 template <
typename PropertiesT = WorkerComputeConfigurationProperties>
91 bool m_typeHasBeenSet =
false;
94 bool m_numberHasBeenSet =
false;
96 WorkerComputeConfigurationProperties m_properties;
97 bool m_propertiesHasBeenSet =
false;
WorkerComputeConfiguration & WithProperties(PropertiesT &&value)
void SetType(WorkerComputeType value)
WorkerComputeConfiguration & WithNumber(int value)
AWS_CLEANROOMS_API WorkerComputeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API WorkerComputeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetProperties(PropertiesT &&value)
bool TypeHasBeenSet() const
bool PropertiesHasBeenSet() const
AWS_CLEANROOMS_API WorkerComputeConfiguration()=default
void SetNumber(int value)
const WorkerComputeConfigurationProperties & GetProperties() const
bool NumberHasBeenSet() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
WorkerComputeType GetType() const
WorkerComputeConfiguration & WithType(WorkerComputeType value)
Aws::Utils::Json::JsonValue JsonValue