7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/braket/model/DeviceStatus.h>
10#include <aws/braket/model/DeviceType.h>
48 template<
typename DeviceArnT = Aws::String>
49 void SetDeviceArn(DeviceArnT&& value) { m_deviceArnHasBeenSet =
true; m_deviceArn = std::forward<DeviceArnT>(value); }
50 template<
typename DeviceArnT = Aws::String>
60 template<
typename DeviceNameT = Aws::String>
61 void SetDeviceName(DeviceNameT&& value) { m_deviceNameHasBeenSet =
true; m_deviceName = std::forward<DeviceNameT>(value); }
62 template<
typename DeviceNameT = Aws::String>
92 template<
typename Prov
iderNameT = Aws::String>
93 void SetProviderName(ProviderNameT&& value) { m_providerNameHasBeenSet =
true; m_providerName = std::forward<ProviderNameT>(value); }
94 template<
typename Prov
iderNameT = Aws::String>
100 bool m_deviceArnHasBeenSet =
false;
103 bool m_deviceNameHasBeenSet =
false;
106 bool m_deviceStatusHasBeenSet =
false;
109 bool m_deviceTypeHasBeenSet =
false;
112 bool m_providerNameHasBeenSet =
false;
void SetDeviceArn(DeviceArnT &&value)
DeviceSummary & WithProviderName(ProviderNameT &&value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeviceType(DeviceType value)
AWS_BRAKET_API DeviceSummary(Aws::Utils::Json::JsonView jsonValue)
void SetDeviceStatus(DeviceStatus value)
DeviceSummary & WithDeviceStatus(DeviceStatus value)
DeviceSummary & WithDeviceName(DeviceNameT &&value)
bool DeviceStatusHasBeenSet() const
AWS_BRAKET_API DeviceSummary()=default
void SetDeviceName(DeviceNameT &&value)
bool DeviceNameHasBeenSet() const
AWS_BRAKET_API DeviceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeviceArnHasBeenSet() const
DeviceStatus GetDeviceStatus() const
bool ProviderNameHasBeenSet() const
const Aws::String & GetDeviceName() const
const Aws::String & GetDeviceArn() const
DeviceSummary & WithDeviceType(DeviceType value)
DeviceSummary & WithDeviceArn(DeviceArnT &&value)
DeviceType GetDeviceType() const
bool DeviceTypeHasBeenSet() const
void SetProviderName(ProviderNameT &&value)
const Aws::String & GetProviderName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue