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>
63 bool m_instanceIdHasBeenSet =
false;
66 bool m_routingProfileIdHasBeenSet =
false;
DeleteRoutingProfileRequest & WithInstanceId(InstanceIdT &&value)
const Aws::String & GetInstanceId() const
bool InstanceIdHasBeenSet() const
const Aws::String & GetRoutingProfileId() const
AWS_CONNECT_API DeleteRoutingProfileRequest()=default
DeleteRoutingProfileRequest & WithRoutingProfileId(RoutingProfileIdT &&value)
void SetRoutingProfileId(RoutingProfileIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetInstanceId(InstanceIdT &&value)
bool RoutingProfileIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String