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
44 inline void SetAnomalyDetectorArn(
const char* value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn.assign(value); }
58 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
72 inline void SetAnomalyDetectorDescription(
const char* value) { m_anomalyDetectorDescriptionHasBeenSet =
true; m_anomalyDetectorDescription.assign(value); }
93 bool m_anomalyDetectorArnHasBeenSet =
false;
96 bool m_kmsKeyArnHasBeenSet =
false;
99 bool m_anomalyDetectorDescriptionHasBeenSet =
false;
102 bool m_anomalyDetectorConfigHasBeenSet =
false;
const Aws::String & GetAnomalyDetectorArn() const
UpdateAnomalyDetectorRequest & WithAnomalyDetectorArn(const char *value)
bool AnomalyDetectorArnHasBeenSet() const
UpdateAnomalyDetectorRequest & WithKmsKeyArn(const Aws::String &value)
AWS_LOOKOUTMETRICS_API UpdateAnomalyDetectorRequest()
const AnomalyDetectorConfig & GetAnomalyDetectorConfig() const
UpdateAnomalyDetectorRequest & WithAnomalyDetectorArn(const Aws::String &value)
void SetAnomalyDetectorConfig(AnomalyDetectorConfig &&value)
const Aws::String & GetKmsKeyArn() const
void SetAnomalyDetectorArn(Aws::String &&value)
UpdateAnomalyDetectorRequest & WithAnomalyDetectorDescription(Aws::String &&value)
UpdateAnomalyDetectorRequest & WithAnomalyDetectorDescription(const char *value)
const Aws::String & GetAnomalyDetectorDescription() const
void SetAnomalyDetectorDescription(const char *value)
void SetKmsKeyArn(const char *value)
void SetAnomalyDetectorArn(const char *value)
UpdateAnomalyDetectorRequest & WithAnomalyDetectorConfig(AnomalyDetectorConfig &&value)
void SetKmsKeyArn(Aws::String &&value)
void SetKmsKeyArn(const Aws::String &value)
UpdateAnomalyDetectorRequest & WithAnomalyDetectorDescription(const Aws::String &value)
UpdateAnomalyDetectorRequest & WithKmsKeyArn(const char *value)
void SetAnomalyDetectorDescription(Aws::String &&value)
UpdateAnomalyDetectorRequest & WithAnomalyDetectorArn(Aws::String &&value)
UpdateAnomalyDetectorRequest & WithAnomalyDetectorConfig(const AnomalyDetectorConfig &value)
bool AnomalyDetectorConfigHasBeenSet() const
void SetAnomalyDetectorConfig(const AnomalyDetectorConfig &value)
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
void SetAnomalyDetectorArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetAnomalyDetectorDescription(const Aws::String &value)
UpdateAnomalyDetectorRequest & WithKmsKeyArn(Aws::String &&value)
bool AnomalyDetectorDescriptionHasBeenSet() const
bool KmsKeyArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String