7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/TelephonyConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/SignInConfig.h>
11#include <aws/connect/model/AgentConfig.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename TelephonyConfigT = TelephonyConfig>
44 void SetTelephonyConfig(TelephonyConfigT&& value) { m_telephonyConfigHasBeenSet =
true; m_telephonyConfig = std::forward<TelephonyConfigT>(value); }
45 template<
typename TelephonyConfigT = TelephonyConfig>
57 template<
typename IdT = Aws::String>
58 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
59 template<
typename IdT = Aws::String>
68 template<
typename ArnT = Aws::String>
69 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
70 template<
typename ArnT = Aws::String>
80 template<
typename SignInConfigT = SignInConfig>
81 void SetSignInConfig(SignInConfigT&& value) { m_signInConfigHasBeenSet =
true; m_signInConfig = std::forward<SignInConfigT>(value); }
82 template<
typename SignInConfigT = SignInConfig>
91 template<
typename AgentConfigT = AgentConfig>
92 void SetAgentConfig(AgentConfigT&& value) { m_agentConfigHasBeenSet =
true; m_agentConfig = std::forward<AgentConfigT>(value); }
93 template<
typename AgentConfigT = AgentConfig>
100 template<
typename RequestIdT = Aws::String>
101 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
102 template<
typename RequestIdT = Aws::String>
108 bool m_telephonyConfigHasBeenSet =
false;
111 bool m_idHasBeenSet =
false;
114 bool m_arnHasBeenSet =
false;
117 bool m_signInConfigHasBeenSet =
false;
120 bool m_agentConfigHasBeenSet =
false;
123 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetTrafficDistributionResult & WithRequestId(RequestIdT &&value)
const SignInConfig & GetSignInConfig() const
const Aws::String & GetId() const
void SetTelephonyConfig(TelephonyConfigT &&value)
GetTrafficDistributionResult & WithId(IdT &&value)
void SetRequestId(RequestIdT &&value)
GetTrafficDistributionResult & WithAgentConfig(AgentConfigT &&value)
void SetArn(ArnT &&value)
void SetSignInConfig(SignInConfigT &&value)
AWS_CONNECT_API GetTrafficDistributionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAgentConfig(AgentConfigT &&value)
const TelephonyConfig & GetTelephonyConfig() const
GetTrafficDistributionResult & WithTelephonyConfig(TelephonyConfigT &&value)
GetTrafficDistributionResult & WithSignInConfig(SignInConfigT &&value)
AWS_CONNECT_API GetTrafficDistributionResult()=default
const AgentConfig & GetAgentConfig() const
GetTrafficDistributionResult & WithArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_CONNECT_API GetTrafficDistributionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue