7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename InstanceIdT = Aws::String>
44 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
45 template<
typename InstanceIdT = Aws::String>
55 template<
typename RoutingProfileIdT = Aws::String>
56 void SetRoutingProfileId(RoutingProfileIdT&& value) { m_routingProfileIdHasBeenSet =
true; m_routingProfileId = std::forward<RoutingProfileIdT>(value); }
57 template<
typename RoutingProfileIdT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
88 bool m_instanceIdHasBeenSet =
false;
91 bool m_routingProfileIdHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
UpdateRoutingProfileNameRequest & WithName(NameT &&value)
const Aws::String & GetInstanceId() const
const Aws::String & GetRoutingProfileId() const
const Aws::String & GetName() const
UpdateRoutingProfileNameRequest & WithRoutingProfileId(RoutingProfileIdT &&value)
bool InstanceIdHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
UpdateRoutingProfileNameRequest & WithInstanceId(InstanceIdT &&value)
bool RoutingProfileIdHasBeenSet() const
const Aws::String & GetDescription() const
AWS_CONNECT_API UpdateRoutingProfileNameRequest()=default
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
void SetRoutingProfileId(RoutingProfileIdT &&value)
UpdateRoutingProfileNameRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String