7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/monitoring/model/Dimension.h>
12#include <aws/monitoring/model/AnomalyDetectorType.h>
51 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
65 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 inline void SetNamespace(
const char* value) { m_namespaceHasBeenSet =
true; m_namespace.assign(value); }
95 inline void SetMetricName(
const char* value) { m_metricNameHasBeenSet =
true; m_metricName.assign(value); }
136 bool m_nextTokenHasBeenSet =
false;
139 bool m_maxResultsHasBeenSet =
false;
142 bool m_namespaceHasBeenSet =
false;
145 bool m_metricNameHasBeenSet =
false;
148 bool m_dimensionsHasBeenSet =
false;
151 bool m_anomalyDetectorTypesHasBeenSet =
false;
bool DimensionsHasBeenSet() const
bool NamespaceHasBeenSet() const
DescribeAnomalyDetectorsRequest & WithAnomalyDetectorTypes(Aws::Vector< AnomalyDetectorType > &&value)
void SetNamespace(Aws::String &&value)
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeAnomalyDetectorsRequest & AddAnomalyDetectorTypes(AnomalyDetectorType &&value)
DescribeAnomalyDetectorsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
AWS_CLOUDWATCH_API DescribeAnomalyDetectorsRequest()
DescribeAnomalyDetectorsRequest & WithNamespace(Aws::String &&value)
bool MaxResultsHasBeenSet() const
DescribeAnomalyDetectorsRequest & WithNextToken(const char *value)
const Aws::String & GetNextToken() const
DescribeAnomalyDetectorsRequest & WithDimensions(const Aws::Vector< Dimension > &value)
void SetNamespace(const char *value)
void SetDimensions(Aws::Vector< Dimension > &&value)
DescribeAnomalyDetectorsRequest & WithMaxResults(int value)
DescribeAnomalyDetectorsRequest & WithNextToken(const Aws::String &value)
const Aws::Vector< Dimension > & GetDimensions() const
DescribeAnomalyDetectorsRequest & WithMetricName(Aws::String &&value)
DescribeAnomalyDetectorsRequest & AddDimensions(const Dimension &value)
void SetNamespace(const Aws::String &value)
void SetNextToken(const Aws::String &value)
void SetAnomalyDetectorTypes(Aws::Vector< AnomalyDetectorType > &&value)
int GetMaxResults() const
const Aws::Vector< AnomalyDetectorType > & GetAnomalyDetectorTypes() const
void SetAnomalyDetectorTypes(const Aws::Vector< AnomalyDetectorType > &value)
void SetDimensions(const Aws::Vector< Dimension > &value)
DescribeAnomalyDetectorsRequest & AddDimensions(Dimension &&value)
DescribeAnomalyDetectorsRequest & WithDimensions(Aws::Vector< Dimension > &&value)
void SetNextToken(const char *value)
void SetMaxResults(int value)
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
bool MetricNameHasBeenSet() const
bool AnomalyDetectorTypesHasBeenSet() const
void SetMetricName(const char *value)
DescribeAnomalyDetectorsRequest & AddAnomalyDetectorTypes(const AnomalyDetectorType &value)
DescribeAnomalyDetectorsRequest & WithAnomalyDetectorTypes(const Aws::Vector< AnomalyDetectorType > &value)
DescribeAnomalyDetectorsRequest & WithMetricName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DescribeAnomalyDetectorsRequest & WithNamespace(const Aws::String &value)
void SetMetricName(Aws::String &&value)
const Aws::String & GetNamespace() const
bool NextTokenHasBeenSet() const
DescribeAnomalyDetectorsRequest & WithMetricName(const char *value)
DescribeAnomalyDetectorsRequest & WithNamespace(const char *value)
void SetMetricName(const Aws::String &value)
const Aws::String & GetMetricName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector