7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/braket/model/QueueName.h>
50 template<
typename MessageT = Aws::String>
51 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
52 template<
typename MessageT = Aws::String>
62 template<
typename PositionT = Aws::String>
63 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
64 template<
typename PositionT = Aws::String>
80 bool m_messageHasBeenSet =
false;
83 bool m_positionHasBeenSet =
false;
86 bool m_queueHasBeenSet =
false;
HybridJobQueueInfo & WithPosition(PositionT &&value)
bool QueueHasBeenSet() const
bool PositionHasBeenSet() const
AWS_BRAKET_API HybridJobQueueInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
HybridJobQueueInfo & WithMessage(MessageT &&value)
QueueName GetQueue() const
bool MessageHasBeenSet() const
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
HybridJobQueueInfo & WithQueue(QueueName value)
AWS_BRAKET_API HybridJobQueueInfo(Aws::Utils::Json::JsonView jsonValue)
void SetQueue(QueueName value)
void SetMessage(MessageT &&value)
AWS_BRAKET_API HybridJobQueueInfo()=default
void SetPosition(PositionT &&value)
const Aws::String & GetPosition() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue