7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/LookoutMetricsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutmetrics/model/AnomalyDetectorConfig.h>
15namespace LookoutMetrics
42 template<
typename AnomalyDetectorArnT = Aws::String>
43 void SetAnomalyDetectorArn(AnomalyDetectorArnT&& value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn = std::forward<AnomalyDetectorArnT>(value); }
44 template<
typename AnomalyDetectorArnT = Aws::String>
54 template<
typename KmsKeyArnT = Aws::String>
55 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
56 template<
typename KmsKeyArnT = Aws::String>
66 template<
typename AnomalyDetectorDescriptionT = Aws::String>
67 void SetAnomalyDetectorDescription(AnomalyDetectorDescriptionT&& value) { m_anomalyDetectorDescriptionHasBeenSet =
true; m_anomalyDetectorDescription = std::forward<AnomalyDetectorDescriptionT>(value); }
68 template<
typename AnomalyDetectorDescriptionT = Aws::String>
79 template<
typename AnomalyDetectorConfigT = AnomalyDetectorConfig>
80 void SetAnomalyDetectorConfig(AnomalyDetectorConfigT&& value) { m_anomalyDetectorConfigHasBeenSet =
true; m_anomalyDetectorConfig = std::forward<AnomalyDetectorConfigT>(value); }
81 template<
typename AnomalyDetectorConfigT = AnomalyDetectorConfig>
87 bool m_anomalyDetectorArnHasBeenSet =
false;
90 bool m_kmsKeyArnHasBeenSet =
false;
93 bool m_anomalyDetectorDescriptionHasBeenSet =
false;
96 bool m_anomalyDetectorConfigHasBeenSet =
false;
const Aws::String & GetAnomalyDetectorArn() const
bool AnomalyDetectorArnHasBeenSet() const
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
void SetAnomalyDetectorDescription(AnomalyDetectorDescriptionT &&value)
const AnomalyDetectorConfig & GetAnomalyDetectorConfig() const
UpdateAnomalyDetectorRequest & WithAnomalyDetectorConfig(AnomalyDetectorConfigT &&value)
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetAnomalyDetectorDescription() const
AWS_LOOKOUTMETRICS_API UpdateAnomalyDetectorRequest()=default
UpdateAnomalyDetectorRequest & WithKmsKeyArn(KmsKeyArnT &&value)
UpdateAnomalyDetectorRequest & WithAnomalyDetectorDescription(AnomalyDetectorDescriptionT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetAnomalyDetectorConfig(AnomalyDetectorConfigT &&value)
bool AnomalyDetectorConfigHasBeenSet() const
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
UpdateAnomalyDetectorRequest & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
bool AnomalyDetectorDescriptionHasBeenSet() const
bool KmsKeyArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String