7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lookoutmetrics/model/AnomalyDetectorStatus.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace LookoutMetrics
52 inline void SetAnomalyDetectorArn(
const char* value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn.assign(value); }
66 inline void SetAnomalyDetectorName(
const char* value) { m_anomalyDetectorNameHasBeenSet =
true; m_anomalyDetectorName.assign(value); }
80 inline void SetAnomalyDetectorDescription(
const char* value) { m_anomalyDetectorDescriptionHasBeenSet =
true; m_anomalyDetectorDescription.assign(value); }
144 bool m_anomalyDetectorArnHasBeenSet =
false;
147 bool m_anomalyDetectorNameHasBeenSet =
false;
150 bool m_anomalyDetectorDescriptionHasBeenSet =
false;
153 bool m_creationTimeHasBeenSet =
false;
156 bool m_lastModificationTimeHasBeenSet =
false;
159 bool m_statusHasBeenSet =
false;
162 bool m_tagsHasBeenSet =
false;
AnomalyDetectorSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool TagsHasBeenSet() const
void SetAnomalyDetectorArn(const Aws::String &value)
const Aws::String & GetAnomalyDetectorName() const
AnomalyDetectorSummary & WithAnomalyDetectorName(Aws::String &&value)
AnomalyDetectorSummary & WithAnomalyDetectorArn(const char *value)
AnomalyDetectorSummary & WithAnomalyDetectorArn(Aws::String &&value)
AnomalyDetectorSummary & AddTags(Aws::String &&key, Aws::String &&value)
bool AnomalyDetectorNameHasBeenSet() const
AnomalyDetectorSummary & WithAnomalyDetectorDescription(const Aws::String &value)
AnomalyDetectorSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
AnomalyDetectorSummary & WithStatus(AnomalyDetectorStatus &&value)
void SetAnomalyDetectorArn(const char *value)
const AnomalyDetectorStatus & GetStatus() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetLastModificationTime(const Aws::Utils::DateTime &value)
AnomalyDetectorSummary & WithAnomalyDetectorArn(const Aws::String &value)
AnomalyDetectorSummary & AddTags(const Aws::String &key, const Aws::String &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
AnomalyDetectorSummary & WithLastModificationTime(const Aws::Utils::DateTime &value)
bool StatusHasBeenSet() const
void SetAnomalyDetectorName(const Aws::String &value)
bool AnomalyDetectorDescriptionHasBeenSet() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_LOOKOUTMETRICS_API AnomalyDetectorSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AnomalyDetectorSummary & WithCreationTime(Aws::Utils::DateTime &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
AnomalyDetectorSummary & AddTags(Aws::String &&key, const Aws::String &value)
bool CreationTimeHasBeenSet() const
const Aws::String & GetAnomalyDetectorArn() const
void SetAnomalyDetectorDescription(const char *value)
void SetStatus(const AnomalyDetectorStatus &value)
void SetLastModificationTime(Aws::Utils::DateTime &&value)
void SetAnomalyDetectorName(const char *value)
AnomalyDetectorSummary & WithAnomalyDetectorName(const char *value)
AnomalyDetectorSummary & AddTags(const char *key, const char *value)
void SetAnomalyDetectorName(Aws::String &&value)
AnomalyDetectorSummary & WithAnomalyDetectorDescription(const char *value)
const Aws::Utils::DateTime & GetLastModificationTime() const
void SetAnomalyDetectorDescription(const Aws::String &value)
void SetStatus(AnomalyDetectorStatus &&value)
AnomalyDetectorSummary & WithLastModificationTime(Aws::Utils::DateTime &&value)
AnomalyDetectorSummary & WithCreationTime(const Aws::Utils::DateTime &value)
AnomalyDetectorSummary & WithAnomalyDetectorDescription(Aws::String &&value)
AnomalyDetectorSummary & WithStatus(const AnomalyDetectorStatus &value)
AWS_LOOKOUTMETRICS_API AnomalyDetectorSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_LOOKOUTMETRICS_API AnomalyDetectorSummary()
const Aws::String & GetAnomalyDetectorDescription() const
AnomalyDetectorSummary & AddTags(const char *key, Aws::String &&value)
AnomalyDetectorSummary & WithAnomalyDetectorName(const Aws::String &value)
bool LastModificationTimeHasBeenSet() const
AnomalyDetectorSummary & AddTags(const Aws::String &key, Aws::String &&value)
bool AnomalyDetectorArnHasBeenSet() const
void SetAnomalyDetectorArn(Aws::String &&value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAnomalyDetectorDescription(Aws::String &&value)
AnomalyDetectorSummary & AddTags(Aws::String &&key, const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue