7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/DeviceQueueInfo.h>
9#include <aws/braket/model/DeviceStatus.h>
10#include <aws/braket/model/DeviceType.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename DeviceArnT = Aws::String>
41 m_deviceArnHasBeenSet =
true;
42 m_deviceArn = std::forward<DeviceArnT>(value);
44 template <
typename DeviceArnT = Aws::String>
56 template <
typename DeviceNameT = Aws::String>
58 m_deviceNameHasBeenSet =
true;
59 m_deviceName = std::forward<DeviceNameT>(value);
61 template <
typename DeviceNameT = Aws::String>
73 template <
typename Prov
iderNameT = Aws::String>
75 m_providerNameHasBeenSet =
true;
76 m_providerName = std::forward<ProviderNameT>(value);
78 template <
typename Prov
iderNameT = Aws::String>
91 m_deviceTypeHasBeenSet =
true;
106 m_deviceStatusHasBeenSet =
true;
107 m_deviceStatus = value;
120 template <
typename DeviceCapabilitiesT = Aws::String>
122 m_deviceCapabilitiesHasBeenSet =
true;
123 m_deviceCapabilities = std::forward<DeviceCapabilitiesT>(value);
125 template <
typename DeviceCapabilitiesT = Aws::String>
138 template <
typename DeviceQueueInfoT = Aws::Vector<DeviceQueueInfo>>
140 m_deviceQueueInfoHasBeenSet =
true;
141 m_deviceQueueInfo = std::forward<DeviceQueueInfoT>(value);
143 template <
typename DeviceQueueInfoT = Aws::Vector<DeviceQueueInfo>>
148 template <
typename DeviceQueueInfoT = DeviceQueueInfo>
150 m_deviceQueueInfoHasBeenSet =
true;
151 m_deviceQueueInfo.emplace_back(std::forward<DeviceQueueInfoT>(value));
159 template <
typename RequestIdT = Aws::String>
161 m_requestIdHasBeenSet =
true;
162 m_requestId = std::forward<RequestIdT>(value);
164 template <
typename RequestIdT = Aws::String>
189 bool m_deviceArnHasBeenSet =
false;
190 bool m_deviceNameHasBeenSet =
false;
191 bool m_providerNameHasBeenSet =
false;
192 bool m_deviceTypeHasBeenSet =
false;
193 bool m_deviceStatusHasBeenSet =
false;
194 bool m_deviceCapabilitiesHasBeenSet =
false;
195 bool m_deviceQueueInfoHasBeenSet =
false;
196 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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