7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AgentConfig.h>
9#include <aws/connect/model/SignInConfig.h>
10#include <aws/connect/model/TelephonyConfig.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename TelephonyConfigT = TelephonyConfig>
40 m_telephonyConfigHasBeenSet =
true;
41 m_telephonyConfig = std::forward<TelephonyConfigT>(value);
43 template <
typename TelephonyConfigT = TelephonyConfig>
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
75 template <
typename ArnT = Aws::String>
77 m_arnHasBeenSet =
true;
78 m_arn = std::forward<ArnT>(value);
80 template <
typename ArnT = Aws::String>
82 SetArn(std::forward<ArnT>(value));
93 template <
typename SignInConfigT = SignInConfig>
95 m_signInConfigHasBeenSet =
true;
96 m_signInConfig = std::forward<SignInConfigT>(value);
98 template <
typename SignInConfigT = SignInConfig>
110 template <
typename AgentConfigT = AgentConfig>
112 m_agentConfigHasBeenSet =
true;
113 m_agentConfig = std::forward<AgentConfigT>(value);
115 template <
typename AgentConfigT = AgentConfig>
125 template <
typename RequestIdT = Aws::String>
127 m_requestIdHasBeenSet =
true;
128 m_requestId = std::forward<RequestIdT>(value);
130 template <
typename RequestIdT = Aws::String>
151 bool m_telephonyConfigHasBeenSet =
false;
152 bool m_idHasBeenSet =
false;
153 bool m_arnHasBeenSet =
false;
154 bool m_signInConfigHasBeenSet =
false;
155 bool m_agentConfigHasBeenSet =
false;
156 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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