7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
10#include <aws/logs/model/SuppressionState.h>
15namespace CloudWatchLogs {
41 template <
typename AnomalyDetectorArnT = Aws::String>
43 m_anomalyDetectorArnHasBeenSet =
true;
44 m_anomalyDetectorArn = std::forward<AnomalyDetectorArnT>(value);
46 template <
typename AnomalyDetectorArnT = Aws::String>
61 m_suppressionStateHasBeenSet =
true;
62 m_suppressionState = value;
75 inline int GetLimit()
const {
return m_limit; }
78 m_limitHasBeenSet =
true;
91 template <
typename NextTokenT = Aws::String>
93 m_nextTokenHasBeenSet =
true;
94 m_nextToken = std::forward<NextTokenT>(value);
96 template <
typename NextTokenT = Aws::String>
110 bool m_anomalyDetectorArnHasBeenSet =
false;
111 bool m_suppressionStateHasBeenSet =
false;
112 bool m_limitHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
ListAnomaliesRequest & WithLimit(int value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
SuppressionState GetSuppressionState() const
AWS_CLOUDWATCHLOGS_API ListAnomaliesRequest()=default
bool AnomalyDetectorArnHasBeenSet() const
const Aws::String & GetNextToken() const
bool LimitHasBeenSet() const
void SetSuppressionState(SuppressionState value)
ListAnomaliesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAnomalyDetectorArn() const
bool SuppressionStateHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
ListAnomaliesRequest & WithSuppressionState(SuppressionState value)
ListAnomaliesRequest & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String