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/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename DeviceArnT = Aws::String>
40 m_deviceArnHasBeenSet =
true;
41 m_deviceArn = std::forward<DeviceArnT>(value);
43 template <
typename DeviceArnT = Aws::String>
55 template <
typename DeviceNameT = Aws::String>
57 m_deviceNameHasBeenSet =
true;
58 m_deviceName = std::forward<DeviceNameT>(value);
60 template <
typename DeviceNameT = Aws::String>
72 template <
typename Prov
iderNameT = Aws::String>
74 m_providerNameHasBeenSet =
true;
75 m_providerName = std::forward<ProviderNameT>(value);
77 template <
typename Prov
iderNameT = Aws::String>
90 m_deviceTypeHasBeenSet =
true;
105 m_deviceStatusHasBeenSet =
true;
106 m_deviceStatus = value;
119 template <
typename DeviceCapabilitiesT = Aws::String>
121 m_deviceCapabilitiesHasBeenSet =
true;
122 m_deviceCapabilities = std::forward<DeviceCapabilitiesT>(value);
124 template <
typename DeviceCapabilitiesT = Aws::String>
137 template <
typename DeviceQueueInfoT = Aws::Vector<DeviceQueueInfo>>
139 m_deviceQueueInfoHasBeenSet =
true;
140 m_deviceQueueInfo = std::forward<DeviceQueueInfoT>(value);
142 template <
typename DeviceQueueInfoT = Aws::Vector<DeviceQueueInfo>>
147 template <
typename DeviceQueueInfoT = DeviceQueueInfo>
149 m_deviceQueueInfoHasBeenSet =
true;
150 m_deviceQueueInfo.emplace_back(std::forward<DeviceQueueInfoT>(value));
158 template <
typename RequestIdT = Aws::String>
160 m_requestIdHasBeenSet =
true;
161 m_requestId = std::forward<RequestIdT>(value);
163 template <
typename RequestIdT = Aws::String>
185 bool m_deviceArnHasBeenSet =
false;
186 bool m_deviceNameHasBeenSet =
false;
187 bool m_providerNameHasBeenSet =
false;
188 bool m_deviceTypeHasBeenSet =
false;
189 bool m_deviceStatusHasBeenSet =
false;
190 bool m_deviceCapabilitiesHasBeenSet =
false;
191 bool m_deviceQueueInfoHasBeenSet =
false;
192 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