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>
53 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
73 bool m_anomalyDetectorArnHasBeenSet =
false;
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetAnomalyDetectorArn() const
bool MaxResultsHasBeenSet() const
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
ListMetricSetsRequest & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
int GetMaxResults() const
ListMetricSetsRequest & WithMaxResults(int value)
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
virtual const char * GetServiceRequestName() const override
bool AnomalyDetectorArnHasBeenSet() const
const Aws::String & GetNextToken() const
ListMetricSetsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_LOOKOUTMETRICS_API ListMetricSetsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String