7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/QueueName.h>
9#include <aws/braket/model/QueuePriority.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 m_queueHasBeenSet =
true;
60 template <
typename QueueSizeT = Aws::String>
62 m_queueSizeHasBeenSet =
true;
63 m_queueSize = std::forward<QueueSizeT>(value);
65 template <
typename QueueSizeT = Aws::String>
80 m_queuePriorityHasBeenSet =
true;
81 m_queuePriority = value;
94 bool m_queueHasBeenSet =
false;
95 bool m_queueSizeHasBeenSet =
false;
96 bool m_queuePriorityHasBeenSet =
false;
QueueName GetQueue() const
const Aws::String & GetQueueSize() const
void SetQueue(QueueName value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
QueuePriority GetQueuePriority() const
DeviceQueueInfo & WithQueue(QueueName value)
void SetQueuePriority(QueuePriority value)
AWS_BRAKET_API DeviceQueueInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
DeviceQueueInfo & WithQueuePriority(QueuePriority value)
bool QueueSizeHasBeenSet() const
AWS_BRAKET_API DeviceQueueInfo()=default
DeviceQueueInfo & WithQueueSize(QueueSizeT &&value)
AWS_BRAKET_API DeviceQueueInfo(Aws::Utils::Json::JsonView jsonValue)
bool QueuePriorityHasBeenSet() const
void SetQueueSize(QueueSizeT &&value)
bool QueueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue