7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/Channel.h>
50 inline void SetQueueId(
const char* value) { m_queueIdHasBeenSet =
true; m_queueId.assign(value); }
63 inline void SetChannel(
const Channel& value) { m_channelHasBeenSet =
true; m_channel = value; }
64 inline void SetChannel(
Channel&& value) { m_channelHasBeenSet =
true; m_channel = std::move(value); }
71 bool m_queueIdHasBeenSet =
false;
74 bool m_channelHasBeenSet =
false;
AWS_CONNECT_API RoutingProfileQueueReference(Aws::Utils::Json::JsonView jsonValue)
RoutingProfileQueueReference & WithQueueId(Aws::String &&value)
void SetChannel(const Channel &value)
void SetQueueId(Aws::String &&value)
const Channel & GetChannel() const
void SetChannel(Channel &&value)
RoutingProfileQueueReference & WithChannel(Channel &&value)
RoutingProfileQueueReference & WithQueueId(const char *value)
bool QueueIdHasBeenSet() const
RoutingProfileQueueReference & WithChannel(const Channel &value)
AWS_CONNECT_API RoutingProfileQueueReference & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQueueId(const char *value)
bool ChannelHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetQueueId() const
void SetQueueId(const Aws::String &value)
RoutingProfileQueueReference & WithQueueId(const Aws::String &value)
AWS_CONNECT_API RoutingProfileQueueReference()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue