7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/Expression.h>
9#include <aws/ce/model/MonitorDimension.h>
10#include <aws/ce/model/MonitorType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CostExplorer {
46 template <
typename MonitorArnT = Aws::String>
48 m_monitorArnHasBeenSet =
true;
49 m_monitorArn = std::forward<MonitorArnT>(value);
51 template <
typename MonitorArnT = Aws::String>
64 template <
typename MonitorNameT = Aws::String>
66 m_monitorNameHasBeenSet =
true;
67 m_monitorName = std::forward<MonitorNameT>(value);
69 template <
typename MonitorNameT = Aws::String>
82 template <
typename CreationDateT = Aws::String>
84 m_creationDateHasBeenSet =
true;
85 m_creationDate = std::forward<CreationDateT>(value);
87 template <
typename CreationDateT = Aws::String>
100 template <
typename LastUpdatedDateT = Aws::String>
102 m_lastUpdatedDateHasBeenSet =
true;
103 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
105 template <
typename LastUpdatedDateT = Aws::String>
118 template <
typename LastEvaluatedDateT = Aws::String>
120 m_lastEvaluatedDateHasBeenSet =
true;
121 m_lastEvaluatedDate = std::forward<LastEvaluatedDateT>(value);
123 template <
typename LastEvaluatedDateT = Aws::String>
147 m_monitorTypeHasBeenSet =
true;
148 m_monitorType = value;
168 m_monitorDimensionHasBeenSet =
true;
169 m_monitorDimension = value;
199 template <
typename MonitorSpecificationT = Expression>
201 m_monitorSpecificationHasBeenSet =
true;
202 m_monitorSpecification = std::forward<MonitorSpecificationT>(value);
204 template <
typename MonitorSpecificationT = Expression>
218 m_dimensionalValueCountHasBeenSet =
true;
219 m_dimensionalValueCount = value;
241 Expression m_monitorSpecification;
243 int m_dimensionalValueCount{0};
244 bool m_monitorArnHasBeenSet =
false;
245 bool m_monitorNameHasBeenSet =
false;
246 bool m_creationDateHasBeenSet =
false;
247 bool m_lastUpdatedDateHasBeenSet =
false;
248 bool m_lastEvaluatedDateHasBeenSet =
false;
249 bool m_monitorTypeHasBeenSet =
false;
250 bool m_monitorDimensionHasBeenSet =
false;
251 bool m_monitorSpecificationHasBeenSet =
false;
252 bool m_dimensionalValueCountHasBeenSet =
false;
int GetDimensionalValueCount() const
void SetMonitorName(MonitorNameT &&value)
AnomalyMonitor & WithMonitorSpecification(MonitorSpecificationT &&value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
bool DimensionalValueCountHasBeenSet() const
MonitorDimension GetMonitorDimension() const
void SetCreationDate(CreationDateT &&value)
bool LastEvaluatedDateHasBeenSet() const
void SetMonitorArn(MonitorArnT &&value)
AWS_COSTEXPLORER_API AnomalyMonitor & operator=(Aws::Utils::Json::JsonView jsonValue)
AnomalyMonitor & WithMonitorArn(MonitorArnT &&value)
AnomalyMonitor & WithMonitorType(MonitorType value)
const Aws::String & GetLastUpdatedDate() const
void SetMonitorDimension(MonitorDimension value)
AnomalyMonitor & WithMonitorName(MonitorNameT &&value)
const Aws::String & GetCreationDate() const
bool MonitorNameHasBeenSet() const
bool LastUpdatedDateHasBeenSet() const
bool MonitorSpecificationHasBeenSet() const
const Aws::String & GetMonitorName() const
bool CreationDateHasBeenSet() const
const Aws::String & GetMonitorArn() const
AnomalyMonitor & WithMonitorDimension(MonitorDimension value)
AnomalyMonitor & WithLastEvaluatedDate(LastEvaluatedDateT &&value)
AnomalyMonitor & WithCreationDate(CreationDateT &&value)
void SetLastEvaluatedDate(LastEvaluatedDateT &&value)
AWS_COSTEXPLORER_API AnomalyMonitor()=default
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMonitorType(MonitorType value)
const Aws::String & GetLastEvaluatedDate() const
bool MonitorDimensionHasBeenSet() const
void SetMonitorSpecification(MonitorSpecificationT &&value)
const Expression & GetMonitorSpecification() const
AnomalyMonitor & WithLastUpdatedDate(LastUpdatedDateT &&value)
MonitorType GetMonitorType() const
AnomalyMonitor & WithDimensionalValueCount(int value)
bool MonitorArnHasBeenSet() const
AWS_COSTEXPLORER_API AnomalyMonitor(Aws::Utils::Json::JsonView jsonValue)
bool MonitorTypeHasBeenSet() const
void SetDimensionalValueCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue