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>
62 inline void SetChannel(
const Channel& value) { m_channelHasBeenSet =
true; m_channel = value; }
63 inline void SetChannel(
Channel&& value) { m_channelHasBeenSet =
true; m_channel = std::move(value); }
86 inline void SetRoutingStepExpression(
const char* value) { m_routingStepExpressionHasBeenSet =
true; m_routingStepExpression.assign(value); }
94 bool m_queueHasBeenSet =
false;
97 bool m_channelHasBeenSet =
false;
100 bool m_routingProfileHasBeenSet =
false;
103 bool m_routingStepExpressionHasBeenSet =
false;
Dimensions & WithChannel(const Channel &value)
Dimensions & WithQueue(const QueueReference &value)
Dimensions & WithChannel(Channel &&value)
void SetRoutingProfile(const RoutingProfileReference &value)
Dimensions & WithQueue(QueueReference &&value)
bool RoutingStepExpressionHasBeenSet() const
const Aws::String & GetRoutingStepExpression() const
const RoutingProfileReference & GetRoutingProfile() const
AWS_CONNECT_API Dimensions()
void SetQueue(const QueueReference &value)
void SetChannel(Channel &&value)
const QueueReference & GetQueue() const
void SetRoutingProfile(RoutingProfileReference &&value)
void SetRoutingStepExpression(const char *value)
Dimensions & WithRoutingStepExpression(Aws::String &&value)
void SetChannel(const Channel &value)
void SetRoutingStepExpression(Aws::String &&value)
Dimensions & WithRoutingStepExpression(const Aws::String &value)
Dimensions & WithRoutingStepExpression(const char *value)
AWS_CONNECT_API Dimensions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ChannelHasBeenSet() const
Dimensions & WithRoutingProfile(const RoutingProfileReference &value)
void SetRoutingStepExpression(const Aws::String &value)
const Channel & GetChannel() const
Dimensions & WithRoutingProfile(RoutingProfileReference &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API Dimensions(Aws::Utils::Json::JsonView jsonValue)
void SetQueue(QueueReference &&value)
bool RoutingProfileHasBeenSet() const
bool QueueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue