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/TelephonyConfig.h>
11#include <aws/connect/model/SignInConfig.h>
12#include <aws/connect/model/AgentConfig.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename TelephonyConfigT = TelephonyConfig>
60 void SetTelephonyConfig(TelephonyConfigT&& value) { m_telephonyConfigHasBeenSet =
true; m_telephonyConfig = std::forward<TelephonyConfigT>(value); }
61 template<
typename TelephonyConfigT = TelephonyConfig>
72 template<
typename SignInConfigT = SignInConfig>
73 void SetSignInConfig(SignInConfigT&& value) { m_signInConfigHasBeenSet =
true; m_signInConfig = std::forward<SignInConfigT>(value); }
74 template<
typename SignInConfigT = SignInConfig>
84 template<
typename AgentConfigT = AgentConfig>
85 void SetAgentConfig(AgentConfigT&& value) { m_agentConfigHasBeenSet =
true; m_agentConfig = std::forward<AgentConfigT>(value); }
86 template<
typename AgentConfigT = AgentConfig>
92 bool m_idHasBeenSet =
false;
95 bool m_telephonyConfigHasBeenSet =
false;
98 bool m_signInConfigHasBeenSet =
false;
101 bool m_agentConfigHasBeenSet =
false;
const Aws::String & GetId() const
UpdateTrafficDistributionRequest & WithId(IdT &&value)
const TelephonyConfig & GetTelephonyConfig() const
bool TelephonyConfigHasBeenSet() const
const AgentConfig & GetAgentConfig() const
virtual const char * GetServiceRequestName() const override
void SetSignInConfig(SignInConfigT &&value)
UpdateTrafficDistributionRequest & WithSignInConfig(SignInConfigT &&value)
void SetTelephonyConfig(TelephonyConfigT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
bool AgentConfigHasBeenSet() const
UpdateTrafficDistributionRequest & WithTelephonyConfig(TelephonyConfigT &&value)
bool SignInConfigHasBeenSet() const
AWS_CONNECT_API UpdateTrafficDistributionRequest()=default
UpdateTrafficDistributionRequest & WithAgentConfig(AgentConfigT &&value)
bool IdHasBeenSet() const
const SignInConfig & GetSignInConfig() const
void SetAgentConfig(AgentConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String