7#include <aws/ce/CostExplorerRequest.h>
8#include <aws/ce/CostExplorer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CostExplorer {
40 template <
typename MonitorArnListT = Aws::Vector<Aws::String>>
42 m_monitorArnListHasBeenSet =
true;
43 m_monitorArnList = std::forward<MonitorArnListT>(value);
45 template <
typename MonitorArnListT = Aws::Vector<Aws::String>>
50 template <
typename MonitorArnListT = Aws::String>
52 m_monitorArnListHasBeenSet =
true;
53 m_monitorArnList.emplace_back(std::forward<MonitorArnListT>(value));
66 template <
typename NextPageTokenT = Aws::String>
68 m_nextPageTokenHasBeenSet =
true;
69 m_nextPageToken = std::forward<NextPageTokenT>(value);
71 template <
typename NextPageTokenT = Aws::String>
85 m_maxResultsHasBeenSet =
true;
99 bool m_monitorArnListHasBeenSet =
false;
100 bool m_nextPageTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
GetAnomalyMonitorsRequest & AddMonitorArnList(MonitorArnListT &&value)
void SetMonitorArnList(MonitorArnListT &&value)
const Aws::String & GetNextPageToken() const
bool NextPageTokenHasBeenSet() const
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
GetAnomalyMonitorsRequest & WithNextPageToken(NextPageTokenT &&value)
void SetNextPageToken(NextPageTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
GetAnomalyMonitorsRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetMonitorArnList() const
GetAnomalyMonitorsRequest & WithMonitorArnList(MonitorArnListT &&value)
AWS_COSTEXPLORER_API GetAnomalyMonitorsRequest()=default
bool MonitorArnListHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector