7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/LookoutMetricsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutmetrics/model/AnomalyGroupTimeSeries.h>
15namespace LookoutMetrics
44 inline void SetAnomalyDetectorArn(
const char* value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn.assign(value); }
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
89 bool m_anomalyDetectorArnHasBeenSet =
false;
92 bool m_anomalyGroupTimeSeriesFeedbackHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
const AnomalyGroupTimeSeries & GetAnomalyGroupTimeSeriesFeedback() const
GetFeedbackRequest & WithAnomalyDetectorArn(Aws::String &&value)
void SetAnomalyDetectorArn(Aws::String &&value)
GetFeedbackRequest & WithAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries &&value)
void SetNextToken(const char *value)
bool AnomalyGroupTimeSeriesFeedbackHasBeenSet() const
GetFeedbackRequest & WithAnomalyDetectorArn(const Aws::String &value)
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
const Aws::String & GetAnomalyDetectorArn() const
GetFeedbackRequest & WithAnomalyDetectorArn(const char *value)
void SetMaxResults(int value)
GetFeedbackRequest & WithMaxResults(int value)
void SetAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries &&value)
AWS_LOOKOUTMETRICS_API GetFeedbackRequest()
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(Aws::String &&value)
void SetAnomalyGroupTimeSeriesFeedback(const AnomalyGroupTimeSeries &value)
bool AnomalyDetectorArnHasBeenSet() const
GetFeedbackRequest & WithNextToken(const char *value)
void SetAnomalyDetectorArn(const char *value)
GetFeedbackRequest & WithAnomalyGroupTimeSeriesFeedback(const AnomalyGroupTimeSeries &value)
bool NextTokenHasBeenSet() const
GetFeedbackRequest & WithNextToken(const Aws::String &value)
void SetNextToken(const Aws::String &value)
void SetAnomalyDetectorArn(const Aws::String &value)
bool MaxResultsHasBeenSet() const
GetFeedbackRequest & WithNextToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String