7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/UpdateParticipantRoleConfigChannelInfo.h>
44 template<
typename InstanceIdT = Aws::String>
45 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
46 template<
typename InstanceIdT = Aws::String>
56 template<
typename ContactIdT = Aws::String>
57 void SetContactId(ContactIdT&& value) { m_contactIdHasBeenSet =
true; m_contactId = std::forward<ContactIdT>(value); }
58 template<
typename ContactIdT = Aws::String>
68 template<
typename ChannelConfigurationT = UpdateParticipantRoleConfigChannelInfo>
69 void SetChannelConfiguration(ChannelConfigurationT&& value) { m_channelConfigurationHasBeenSet =
true; m_channelConfiguration = std::forward<ChannelConfigurationT>(value); }
70 template<
typename ChannelConfigurationT = UpdateParticipantRoleConfigChannelInfo>
76 bool m_instanceIdHasBeenSet =
false;
79 bool m_contactIdHasBeenSet =
false;
82 bool m_channelConfigurationHasBeenSet =
false;
const UpdateParticipantRoleConfigChannelInfo & GetChannelConfiguration() const
AWS_CONNECT_API UpdateParticipantRoleConfigRequest()=default
bool InstanceIdHasBeenSet() const
void SetContactId(ContactIdT &&value)
bool ContactIdHasBeenSet() const
const Aws::String & GetInstanceId() const
void SetInstanceId(InstanceIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
UpdateParticipantRoleConfigRequest & WithInstanceId(InstanceIdT &&value)
void SetChannelConfiguration(ChannelConfigurationT &&value)
const Aws::String & GetContactId() const
UpdateParticipantRoleConfigRequest & WithChannelConfiguration(ChannelConfigurationT &&value)
bool ChannelConfigurationHasBeenSet() const
UpdateParticipantRoleConfigRequest & WithContactId(ContactIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String