7#include <aws/chime/ChimeRequest.h>
8#include <aws/chime/Chime_EXPORTS.h>
9#include <aws/chime/model/BusinessCallingSettings.h>
10#include <aws/chime/model/VoiceConnectorSettings.h>
38 template <
typename BusinessCallingT = BusinessCallingSettings>
40 m_businessCallingHasBeenSet =
true;
41 m_businessCalling = std::forward<BusinessCallingT>(value);
43 template <
typename BusinessCallingT = BusinessCallingSettings>
56 template <
typename VoiceConnectorT = VoiceConnectorSettings>
58 m_voiceConnectorHasBeenSet =
true;
59 m_voiceConnector = std::forward<VoiceConnectorT>(value);
61 template <
typename VoiceConnectorT = VoiceConnectorSettings>
71 bool m_businessCallingHasBeenSet =
false;
72 bool m_voiceConnectorHasBeenSet =
false;
AWS_CHIME_API Aws::String SerializePayload() const override
const BusinessCallingSettings & GetBusinessCalling() const
AWS_CHIME_API UpdateGlobalSettingsRequest()=default
UpdateGlobalSettingsRequest & WithBusinessCalling(BusinessCallingT &&value)
void SetBusinessCalling(BusinessCallingT &&value)
bool VoiceConnectorHasBeenSet() const
UpdateGlobalSettingsRequest & WithVoiceConnector(VoiceConnectorT &&value)
bool BusinessCallingHasBeenSet() const
const VoiceConnectorSettings & GetVoiceConnector() const
void SetVoiceConnector(VoiceConnectorT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String