7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/QueueName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename PositionT = Aws::String>
59 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
60 template<
typename PositionT = Aws::String>
72 template<
typename MessageT = Aws::String>
73 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
74 template<
typename MessageT = Aws::String>
80 bool m_queueHasBeenSet =
false;
83 bool m_positionHasBeenSet =
false;
86 bool m_messageHasBeenSet =
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