7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename InstanceIdT = Aws::String>
41 m_instanceIdHasBeenSet =
true;
42 m_instanceId = std::forward<InstanceIdT>(value);
44 template <
typename InstanceIdT = Aws::String>
57 template <
typename RoutingProfileIdT = Aws::String>
59 m_routingProfileIdHasBeenSet =
true;
60 m_routingProfileId = std::forward<RoutingProfileIdT>(value);
62 template <
typename RoutingProfileIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
107 bool m_instanceIdHasBeenSet =
false;
110 bool m_routingProfileIdHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
116 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