7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/AgentConfig.h>
10#include <aws/connect/model/SignInConfig.h>
11#include <aws/connect/model/TelephonyConfig.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename TelephonyConfigT = TelephonyConfig>
63 m_telephonyConfigHasBeenSet =
true;
64 m_telephonyConfig = std::forward<TelephonyConfigT>(value);
66 template <
typename TelephonyConfigT = TelephonyConfig>
80 template <
typename SignInConfigT = SignInConfig>
82 m_signInConfigHasBeenSet =
true;
83 m_signInConfig = std::forward<SignInConfigT>(value);
85 template <
typename SignInConfigT = SignInConfig>
98 template <
typename AgentConfigT = AgentConfig>
100 m_agentConfigHasBeenSet =
true;
101 m_agentConfig = std::forward<AgentConfigT>(value);
103 template <
typename AgentConfigT = AgentConfig>
117 bool m_idHasBeenSet =
false;
118 bool m_telephonyConfigHasBeenSet =
false;
119 bool m_signInConfigHasBeenSet =
false;
120 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