7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/Configuration.h>
9#include <aws/qconnect/model/ExternalSource.h>
43 m_sourceHasBeenSet =
true;
58 template <
typename ConfigurationT = Configuration>
60 m_configurationHasBeenSet =
true;
61 m_configuration = std::forward<ConfigurationT>(value);
63 template <
typename ConfigurationT = Configuration>
72 Configuration m_configuration;
73 bool m_sourceHasBeenSet =
false;
74 bool m_configurationHasBeenSet =
false;
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfiguration(ConfigurationT &&value)
AWS_QCONNECT_API ExternalSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
ExternalSourceConfiguration & WithConfiguration(ConfigurationT &&value)
AWS_QCONNECT_API ExternalSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConfigurationHasBeenSet() const
AWS_QCONNECT_API ExternalSourceConfiguration()=default
ExternalSourceConfiguration & WithSource(ExternalSource value)
const Configuration & GetConfiguration() const
ExternalSource GetSource() const
bool SourceHasBeenSet() const
void SetSource(ExternalSource value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue