7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/OutboundStrategyConfig.h>
9#include <aws/connect/model/OutboundStrategyType.h>
42 m_typeHasBeenSet =
true;
57 template <
typename ConfigT = OutboundStrategyConfig>
59 m_configHasBeenSet =
true;
60 m_config = std::forward<ConfigT>(value);
62 template <
typename ConfigT = OutboundStrategyConfig>
71 OutboundStrategyConfig m_config;
72 bool m_typeHasBeenSet =
false;
73 bool m_configHasBeenSet =
false;
AWS_CONNECT_API OutboundStrategy()=default
AWS_CONNECT_API OutboundStrategy(Aws::Utils::Json::JsonView jsonValue)
void SetConfig(ConfigT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConfigHasBeenSet() const
OutboundStrategy & WithType(OutboundStrategyType value)
OutboundStrategyType GetType() const
OutboundStrategy & WithConfig(ConfigT &&value)
const OutboundStrategyConfig & GetConfig() const
AWS_CONNECT_API OutboundStrategy & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(OutboundStrategyType value)
bool TypeHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue