7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/Channel.h>
48 template<
typename QueueIdT = Aws::String>
49 void SetQueueId(QueueIdT&& value) { m_queueIdHasBeenSet =
true; m_queueId = std::forward<QueueIdT>(value); }
50 template<
typename QueueIdT = Aws::String>
60 template<
typename QueueArnT = Aws::String>
61 void SetQueueArn(QueueArnT&& value) { m_queueArnHasBeenSet =
true; m_queueArn = std::forward<QueueArnT>(value); }
62 template<
typename QueueArnT = Aws::String>
72 template<
typename QueueNameT = Aws::String>
73 void SetQueueName(QueueNameT&& value) { m_queueNameHasBeenSet =
true; m_queueName = std::forward<QueueNameT>(value); }
74 template<
typename QueueNameT = Aws::String>
87 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
98 inline int GetDelay()
const {
return m_delay; }
100 inline void SetDelay(
int value) { m_delayHasBeenSet =
true; m_delay = value; }
116 bool m_queueIdHasBeenSet =
false;
119 bool m_queueArnHasBeenSet =
false;
122 bool m_queueNameHasBeenSet =
false;
125 bool m_priorityHasBeenSet =
false;
128 bool m_delayHasBeenSet =
false;
131 bool m_channelHasBeenSet =
false;
const Aws::String & GetQueueArn() const
bool QueueNameHasBeenSet() const
AWS_CONNECT_API RoutingProfileQueueConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetQueueName() const
void SetQueueArn(QueueArnT &&value)
Channel GetChannel() const
bool PriorityHasBeenSet() const
bool QueueArnHasBeenSet() const
RoutingProfileQueueConfigSummary & WithQueueName(QueueNameT &&value)
void SetQueueId(QueueIdT &&value)
void SetChannel(Channel value)
RoutingProfileQueueConfigSummary & WithQueueId(QueueIdT &&value)
RoutingProfileQueueConfigSummary & WithPriority(int value)
RoutingProfileQueueConfigSummary & WithChannel(Channel value)
RoutingProfileQueueConfigSummary & WithQueueArn(QueueArnT &&value)
RoutingProfileQueueConfigSummary & WithDelay(int value)
bool ChannelHasBeenSet() const
bool QueueIdHasBeenSet() const
bool DelayHasBeenSet() const
void SetQueueName(QueueNameT &&value)
void SetPriority(int value)
const Aws::String & GetQueueId() const
AWS_CONNECT_API RoutingProfileQueueConfigSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API RoutingProfileQueueConfigSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue