7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/amp/model/AmpConfiguration.h>
9#include <aws/amp/model/CloudWatchConfiguration.h>
20namespace PrometheusService {
41 template <
typename AmpConfigurationT = AmpConfiguration>
43 m_ampConfigurationHasBeenSet =
true;
44 m_ampConfiguration = std::forward<AmpConfigurationT>(value);
46 template <
typename AmpConfigurationT = AmpConfiguration>
59 template <
typename CloudWatchConfigurationT = CloudWatchConfiguration>
61 m_cloudWatchConfigurationHasBeenSet =
true;
62 m_cloudWatchConfiguration = std::forward<CloudWatchConfigurationT>(value);
64 template <
typename CloudWatchConfigurationT = CloudWatchConfiguration>
74 bool m_ampConfigurationHasBeenSet =
false;
75 bool m_cloudWatchConfigurationHasBeenSet =
false;
const AmpConfiguration & GetAmpConfiguration() const
AWS_PROMETHEUSSERVICE_API Destination(Aws::Utils::Json::JsonView jsonValue)
const CloudWatchConfiguration & GetCloudWatchConfiguration() const
AWS_PROMETHEUSSERVICE_API Destination()=default
AWS_PROMETHEUSSERVICE_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AmpConfigurationHasBeenSet() const
bool CloudWatchConfigurationHasBeenSet() const
AWS_PROMETHEUSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCloudWatchConfiguration(CloudWatchConfigurationT &&value)
Destination & WithAmpConfiguration(AmpConfigurationT &&value)
void SetAmpConfiguration(AmpConfigurationT &&value)
Destination & WithCloudWatchConfiguration(CloudWatchConfigurationT &&value)
Aws::Utils::Json::JsonValue JsonValue