7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/LookoutMetricsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LookoutMetrics
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeAnomalyDetectionExecutions"; }
43 inline void SetAnomalyDetectorArn(
const char* value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn.assign(value); }
57 inline void SetTimestamp(
const char* value) { m_timestampHasBeenSet =
true; m_timestamp.assign(value); }
69 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
90 bool m_anomalyDetectorArnHasBeenSet =
false;
93 bool m_timestampHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(Aws::String &&value)
bool TimestampHasBeenSet() const
const Aws::String & GetAnomalyDetectorArn() const
void SetTimestamp(const char *value)
DescribeAnomalyDetectionExecutionsRequest & WithAnomalyDetectorArn(Aws::String &&value)
const Aws::String & GetTimestamp() const
void SetAnomalyDetectorArn(Aws::String &&value)
DescribeAnomalyDetectionExecutionsRequest & WithNextToken(const Aws::String &value)
void SetAnomalyDetectorArn(const Aws::String &value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(const Aws::String &value)
bool AnomalyDetectorArnHasBeenSet() const
DescribeAnomalyDetectionExecutionsRequest & WithTimestamp(const Aws::String &value)
void SetAnomalyDetectorArn(const char *value)
int GetMaxResults() const
DescribeAnomalyDetectionExecutionsRequest & WithAnomalyDetectorArn(const char *value)
DescribeAnomalyDetectionExecutionsRequest & WithTimestamp(Aws::String &&value)
void SetNextToken(const char *value)
DescribeAnomalyDetectionExecutionsRequest & WithNextToken(const char *value)
DescribeAnomalyDetectionExecutionsRequest & WithTimestamp(const char *value)
DescribeAnomalyDetectionExecutionsRequest & WithMaxResults(int value)
AWS_LOOKOUTMETRICS_API DescribeAnomalyDetectionExecutionsRequest()
DescribeAnomalyDetectionExecutionsRequest & WithAnomalyDetectorArn(const Aws::String &value)
DescribeAnomalyDetectionExecutionsRequest & WithNextToken(Aws::String &&value)
void SetTimestamp(Aws::String &&value)
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetTimestamp(const Aws::String &value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String