7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/VoiceChannelRequest.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
53 template<
typename VoiceChannelRequestT = VoiceChannelRequest>
54 void SetVoiceChannelRequest(VoiceChannelRequestT&& value) { m_voiceChannelRequestHasBeenSet =
true; m_voiceChannelRequest = std::forward<VoiceChannelRequestT>(value); }
55 template<
typename VoiceChannelRequestT = VoiceChannelRequest>
61 bool m_applicationIdHasBeenSet =
false;
64 bool m_voiceChannelRequestHasBeenSet =
false;
AWS_PINPOINT_API Aws::String SerializePayload() const override
const VoiceChannelRequest & GetVoiceChannelRequest() const
void SetApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetApplicationId() const
AWS_PINPOINT_API UpdateVoiceChannelRequest()=default
UpdateVoiceChannelRequest & WithApplicationId(ApplicationIdT &&value)
bool VoiceChannelRequestHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateVoiceChannelRequest & WithVoiceChannelRequest(VoiceChannelRequestT &&value)
void SetVoiceChannelRequest(VoiceChannelRequestT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String