7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DeviceT = Aws::String>
49 void SetDevice(DeviceT&& value) { m_deviceHasBeenSet =
true; m_device = std::forward<DeviceT>(value); }
50 template<
typename DeviceT = Aws::String>
56 bool m_deviceHasBeenSet =
false;
AWS_BRAKET_API DeviceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDevice() const
AWS_BRAKET_API DeviceConfig()=default
void SetDevice(DeviceT &&value)
DeviceConfig & WithDevice(DeviceT &&value)
AWS_BRAKET_API DeviceConfig(Aws::Utils::Json::JsonView jsonValue)
bool DeviceHasBeenSet() const
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue