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
48 template<
typename MetricSetArnT = Aws::String>
49 void SetMetricSetArn(MetricSetArnT&& value) { m_metricSetArnHasBeenSet =
true; m_metricSetArn = std::forward<MetricSetArnT>(value); }
50 template<
typename MetricSetArnT = Aws::String>
60 template<
typename AnomalyDetectorArnT = Aws::String>
61 void SetAnomalyDetectorArn(AnomalyDetectorArnT&& value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn = std::forward<AnomalyDetectorArnT>(value); }
62 template<
typename AnomalyDetectorArnT = Aws::String>
72 template<
typename MetricSetDescriptionT = Aws::String>
73 void SetMetricSetDescription(MetricSetDescriptionT&& value) { m_metricSetDescriptionHasBeenSet =
true; m_metricSetDescription = std::forward<MetricSetDescriptionT>(value); }
74 template<
typename MetricSetDescriptionT = Aws::String>
84 template<
typename MetricSetNameT = Aws::String>
85 void SetMetricSetName(MetricSetNameT&& value) { m_metricSetNameHasBeenSet =
true; m_metricSetName = std::forward<MetricSetNameT>(value); }
86 template<
typename MetricSetNameT = Aws::String>
96 template<
typename CreationTimeT = Aws::Utils::DateTime>
97 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
108 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
109 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
110 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
121 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
122 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
123 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
125 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
127 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
133 bool m_metricSetArnHasBeenSet =
false;
136 bool m_anomalyDetectorArnHasBeenSet =
false;
139 bool m_metricSetDescriptionHasBeenSet =
false;
142 bool m_metricSetNameHasBeenSet =
false;
145 bool m_creationTimeHasBeenSet =
false;
148 bool m_lastModificationTimeHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
MetricSetSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool AnomalyDetectorArnHasBeenSet() const
const Aws::String & GetMetricSetName() const
void SetCreationTime(CreationTimeT &&value)
MetricSetSummary & WithLastModificationTime(LastModificationTimeT &&value)
AWS_LOOKOUTMETRICS_API MetricSetSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTMETRICS_API MetricSetSummary()=default
const Aws::Utils::DateTime & GetLastModificationTime() const
bool TagsHasBeenSet() const
MetricSetSummary & WithMetricSetArn(MetricSetArnT &&value)
void SetMetricSetArn(MetricSetArnT &&value)
const Aws::String & GetMetricSetArn() const
AWS_LOOKOUTMETRICS_API MetricSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMetricSetDescription() const
MetricSetSummary & WithMetricSetDescription(MetricSetDescriptionT &&value)
void SetLastModificationTime(LastModificationTimeT &&value)
bool MetricSetArnHasBeenSet() const
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
void SetMetricSetName(MetricSetNameT &&value)
const Aws::String & GetAnomalyDetectorArn() const
MetricSetSummary & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetTags(TagsT &&value)
bool LastModificationTimeHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
MetricSetSummary & WithMetricSetName(MetricSetNameT &&value)
MetricSetSummary & WithTags(TagsT &&value)
bool MetricSetNameHasBeenSet() const
void SetMetricSetDescription(MetricSetDescriptionT &&value)
bool MetricSetDescriptionHasBeenSet() const
bool CreationTimeHasBeenSet() const
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
MetricSetSummary & WithCreationTime(CreationTimeT &&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