7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/DeviceStatus.h>
9#include <aws/braket/model/DeviceType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename DeviceArnT = Aws::String>
44 m_deviceArnHasBeenSet =
true;
45 m_deviceArn = std::forward<DeviceArnT>(value);
47 template <
typename DeviceArnT = Aws::String>
60 template <
typename DeviceNameT = Aws::String>
62 m_deviceNameHasBeenSet =
true;
63 m_deviceName = std::forward<DeviceNameT>(value);
65 template <
typename DeviceNameT = Aws::String>
78 template <
typename Prov
iderNameT = Aws::String>
80 m_providerNameHasBeenSet =
true;
81 m_providerName = std::forward<ProviderNameT>(value);
83 template <
typename Prov
iderNameT = Aws::String>
97 m_deviceTypeHasBeenSet =
true;
113 m_deviceStatusHasBeenSet =
true;
114 m_deviceStatus = value;
131 bool m_deviceArnHasBeenSet =
false;
132 bool m_deviceNameHasBeenSet =
false;
133 bool m_providerNameHasBeenSet =
false;
134 bool m_deviceTypeHasBeenSet =
false;
135 bool m_deviceStatusHasBeenSet =
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