7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/LookoutMetricsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LookoutMetrics
41 template<
typename AnomalyDetectorArnT = Aws::String>
42 void SetAnomalyDetectorArn(AnomalyDetectorArnT&& value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn = std::forward<AnomalyDetectorArnT>(value); }
43 template<
typename AnomalyDetectorArnT = Aws::String>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
67 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 bool m_anomalyDetectorArnHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
AWS_LOOKOUTMETRICS_API ListAlertsRequest()=default
int GetMaxResults() const
const Aws::String & GetAnomalyDetectorArn() const
const Aws::String & GetNextToken() const
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
bool MaxResultsHasBeenSet() const
ListAlertsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
ListAlertsRequest & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
void SetNextToken(NextTokenT &&value)
ListAlertsRequest & WithNextToken(NextTokenT &&value)
bool AnomalyDetectorArnHasBeenSet() const
void SetMaxResults(int value)
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String