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/core/utils/memory/stl/AWSMap.h>
23namespace LookoutMetrics
50 inline void SetMetricSetArn(
const char* value) { m_metricSetArnHasBeenSet =
true; m_metricSetArn.assign(value); }
64 inline void SetAnomalyDetectorArn(
const char* value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn.assign(value); }
78 inline void SetMetricSetDescription(
const char* value) { m_metricSetDescriptionHasBeenSet =
true; m_metricSetDescription.assign(value); }
92 inline void SetMetricSetName(
const char* value) { m_metricSetNameHasBeenSet =
true; m_metricSetName.assign(value); }
139 inline MetricSetSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
144 bool m_metricSetArnHasBeenSet =
false;
147 bool m_anomalyDetectorArnHasBeenSet =
false;
150 bool m_metricSetDescriptionHasBeenSet =
false;
153 bool m_metricSetNameHasBeenSet =
false;
156 bool m_creationTimeHasBeenSet =
false;
159 bool m_lastModificationTimeHasBeenSet =
false;
162 bool m_tagsHasBeenSet =
false;
MetricSetSummary & WithMetricSetArn(const char *value)
bool AnomalyDetectorArnHasBeenSet() const
MetricSetSummary & WithCreationTime(Aws::Utils::DateTime &&value)
void SetLastModificationTime(Aws::Utils::DateTime &&value)
MetricSetSummary & AddTags(const char *key, Aws::String &&value)
const Aws::String & GetMetricSetName() const
MetricSetSummary & WithLastModificationTime(Aws::Utils::DateTime &&value)
MetricSetSummary & WithMetricSetName(const char *value)
MetricSetSummary & WithMetricSetArn(const Aws::String &value)
MetricSetSummary & AddTags(const Aws::String &key, const Aws::String &value)
MetricSetSummary & AddTags(const char *key, const char *value)
void SetAnomalyDetectorArn(const Aws::String &value)
void SetAnomalyDetectorArn(const char *value)
MetricSetSummary & WithCreationTime(const Aws::Utils::DateTime &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_LOOKOUTMETRICS_API MetricSetSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(Aws::Utils::DateTime &&value)
MetricSetSummary & WithMetricSetDescription(Aws::String &&value)
void SetMetricSetArn(const char *value)
const Aws::Utils::DateTime & GetLastModificationTime() const
void SetMetricSetName(Aws::String &&value)
MetricSetSummary & AddTags(Aws::String &&key, const Aws::String &value)
MetricSetSummary & WithMetricSetName(Aws::String &&value)
bool TagsHasBeenSet() const
void SetLastModificationTime(const Aws::Utils::DateTime &value)
void SetMetricSetName(const char *value)
void SetMetricSetDescription(const Aws::String &value)
const Aws::String & GetMetricSetArn() const
void SetCreationTime(const Aws::Utils::DateTime &value)
MetricSetSummary & WithMetricSetArn(Aws::String &&value)
AWS_LOOKOUTMETRICS_API MetricSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMetricSetDescription() const
MetricSetSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
bool MetricSetArnHasBeenSet() const
void SetMetricSetArn(Aws::String &&value)
MetricSetSummary & WithMetricSetName(const Aws::String &value)
MetricSetSummary & WithAnomalyDetectorArn(const Aws::String &value)
const Aws::String & GetAnomalyDetectorArn() const
AWS_LOOKOUTMETRICS_API MetricSetSummary()
const Aws::Utils::DateTime & GetCreationTime() const
void SetMetricSetName(const Aws::String &value)
void SetAnomalyDetectorArn(Aws::String &&value)
MetricSetSummary & WithLastModificationTime(const Aws::Utils::DateTime &value)
MetricSetSummary & AddTags(const Aws::String &key, Aws::String &&value)
bool LastModificationTimeHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
MetricSetSummary & AddTags(Aws::String &&key, Aws::String &&value)
void SetMetricSetDescription(const char *value)
MetricSetSummary & WithAnomalyDetectorArn(Aws::String &&value)
MetricSetSummary & AddTags(Aws::String &&key, const char *value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetMetricSetDescription(Aws::String &&value)
void SetMetricSetArn(const Aws::String &value)
bool MetricSetNameHasBeenSet() const
bool MetricSetDescriptionHasBeenSet() const
MetricSetSummary & WithAnomalyDetectorArn(const char *value)
bool CreationTimeHasBeenSet() const
MetricSetSummary & WithMetricSetDescription(const char *value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
MetricSetSummary & WithMetricSetDescription(const Aws::String &value)
MetricSetSummary & WithTags(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