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>
70 template<
typename QueueSizeT = Aws::String>
71 void SetQueueSize(QueueSizeT&& value) { m_queueSizeHasBeenSet =
true; m_queueSize = std::forward<QueueSizeT>(value); }
72 template<
typename QueueSizeT = Aws::String>
78 bool m_queueHasBeenSet =
false;
81 bool m_queuePriorityHasBeenSet =
false;
84 bool m_queueSizeHasBeenSet =
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