7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/UpdateParticipantRoleConfigChannelInfo.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
58 template <
typename ContactIdT = Aws::String>
60 m_contactIdHasBeenSet =
true;
61 m_contactId = std::forward<ContactIdT>(value);
63 template <
typename ContactIdT = Aws::String>
76 template <
typename ChannelConfigurationT = UpdateParticipantRoleConfigChannelInfo>
78 m_channelConfigurationHasBeenSet =
true;
79 m_channelConfiguration = std::forward<ChannelConfigurationT>(value);
81 template <
typename ChannelConfigurationT = UpdateParticipantRoleConfigChannelInfo>
93 bool m_instanceIdHasBeenSet =
false;
94 bool m_contactIdHasBeenSet =
false;
95 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