7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/QueueReference.h>
9#include <aws/connect/model/Channel.h>
10#include <aws/connect/model/RoutingProfileReference.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename QueueT = QueueReference>
51 void SetQueue(QueueT&& value) { m_queueHasBeenSet =
true; m_queue = std::forward<QueueT>(value); }
52 template<
typename QueueT = QueueReference>
70 template<
typename RoutingProfileT = RoutingProfileReference>
71 void SetRoutingProfile(RoutingProfileT&& value) { m_routingProfileHasBeenSet =
true; m_routingProfile = std::forward<RoutingProfileT>(value); }
72 template<
typename RoutingProfileT = RoutingProfileReference>
82 template<
typename RoutingStepExpressionT = Aws::String>
83 void SetRoutingStepExpression(RoutingStepExpressionT&& value) { m_routingStepExpressionHasBeenSet =
true; m_routingStepExpression = std::forward<RoutingStepExpressionT>(value); }
84 template<
typename RoutingStepExpressionT = Aws::String>
90 bool m_queueHasBeenSet =
false;
93 bool m_channelHasBeenSet =
false;
95 RoutingProfileReference m_routingProfile;
96 bool m_routingProfileHasBeenSet =
false;
99 bool m_routingStepExpressionHasBeenSet =
false;
AWS_CONNECT_API Dimensions()=default
void SetQueue(QueueT &&value)
Dimensions & WithRoutingProfile(RoutingProfileT &&value)
bool RoutingStepExpressionHasBeenSet() const
void SetChannel(Channel value)
const Aws::String & GetRoutingStepExpression() const
const RoutingProfileReference & GetRoutingProfile() const
const QueueReference & GetQueue() const
Dimensions & WithQueue(QueueT &&value)
AWS_CONNECT_API Dimensions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ChannelHasBeenSet() const
void SetRoutingProfile(RoutingProfileT &&value)
Channel GetChannel() const
void SetRoutingStepExpression(RoutingStepExpressionT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API Dimensions(Aws::Utils::Json::JsonView jsonValue)
bool RoutingProfileHasBeenSet() const
Dimensions & WithChannel(Channel value)
Dimensions & WithRoutingStepExpression(RoutingStepExpressionT &&value)
bool QueueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue