7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/braket/model/DeviceStatus.h>
11#include <aws/braket/model/DeviceType.h>
12#include <aws/braket/model/DeviceQueueInfo.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename DeviceArnT = Aws::String>
45 void SetDeviceArn(DeviceArnT&& value) { m_deviceArnHasBeenSet =
true; m_deviceArn = std::forward<DeviceArnT>(value); }
46 template<
typename DeviceArnT = Aws::String>
55 template<
typename DeviceCapabilitiesT = Aws::String>
56 void SetDeviceCapabilities(DeviceCapabilitiesT&& value) { m_deviceCapabilitiesHasBeenSet =
true; m_deviceCapabilities = std::forward<DeviceCapabilitiesT>(value); }
57 template<
typename DeviceCapabilitiesT = Aws::String>
66 template<
typename DeviceNameT = Aws::String>
67 void SetDeviceName(DeviceNameT&& value) { m_deviceNameHasBeenSet =
true; m_deviceName = std::forward<DeviceNameT>(value); }
68 template<
typename DeviceNameT = Aws::String>
77 template<
typename DeviceQueueInfoT = Aws::Vector<DeviceQueueInfo>>
78 void SetDeviceQueueInfo(DeviceQueueInfoT&& value) { m_deviceQueueInfoHasBeenSet =
true; m_deviceQueueInfo = std::forward<DeviceQueueInfoT>(value); }
79 template<
typename DeviceQueueInfoT = Aws::Vector<DeviceQueueInfo>>
81 template<
typename DeviceQueueInfoT = DeviceQueueInfo>
82 GetDeviceResult&
AddDeviceQueueInfo(DeviceQueueInfoT&& value) { m_deviceQueueInfoHasBeenSet =
true; m_deviceQueueInfo.emplace_back(std::forward<DeviceQueueInfoT>(value));
return *
this; }
108 template<
typename Prov
iderNameT = Aws::String>
109 void SetProviderName(ProviderNameT&& value) { m_providerNameHasBeenSet =
true; m_providerName = std::forward<ProviderNameT>(value); }
110 template<
typename Prov
iderNameT = Aws::String>
117 template<
typename RequestIdT = Aws::String>
118 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
119 template<
typename RequestIdT = Aws::String>
125 bool m_deviceArnHasBeenSet =
false;
128 bool m_deviceCapabilitiesHasBeenSet =
false;
131 bool m_deviceNameHasBeenSet =
false;
134 bool m_deviceQueueInfoHasBeenSet =
false;
137 bool m_deviceStatusHasBeenSet =
false;
140 bool m_deviceTypeHasBeenSet =
false;
143 bool m_providerNameHasBeenSet =
false;
146 bool m_requestIdHasBeenSet =
false;
void SetDeviceStatus(DeviceStatus value)
AWS_BRAKET_API GetDeviceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeviceName(DeviceNameT &&value)
void SetDeviceType(DeviceType value)
GetDeviceResult & WithProviderName(ProviderNameT &&value)
const Aws::String & GetDeviceCapabilities() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetProviderName() const
GetDeviceResult & WithDeviceName(DeviceNameT &&value)
const Aws::String & GetDeviceArn() const
const Aws::String & GetRequestId() const
AWS_BRAKET_API GetDeviceResult()=default
GetDeviceResult & AddDeviceQueueInfo(DeviceQueueInfoT &&value)
GetDeviceResult & WithDeviceCapabilities(DeviceCapabilitiesT &&value)
GetDeviceResult & WithDeviceQueueInfo(DeviceQueueInfoT &&value)
void SetDeviceArn(DeviceArnT &&value)
void SetDeviceQueueInfo(DeviceQueueInfoT &&value)
GetDeviceResult & WithRequestId(RequestIdT &&value)
DeviceType GetDeviceType() const
DeviceStatus GetDeviceStatus() const
GetDeviceResult & WithDeviceStatus(DeviceStatus value)
GetDeviceResult & WithDeviceType(DeviceType value)
GetDeviceResult & WithDeviceArn(DeviceArnT &&value)
void SetProviderName(ProviderNameT &&value)
const Aws::String & GetDeviceName() const
const Aws::Vector< DeviceQueueInfo > & GetDeviceQueueInfo() const
AWS_BRAKET_API GetDeviceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeviceCapabilities(DeviceCapabilitiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue