7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/CostExplorerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename MonitorArnListT = Aws::Vector<Aws::String>>
45 void SetMonitorArnList(MonitorArnListT&& value) { m_monitorArnListHasBeenSet =
true; m_monitorArnList = std::forward<MonitorArnListT>(value); }
46 template<
typename MonitorArnListT = Aws::Vector<Aws::String>>
48 template<
typename MonitorArnListT = Aws::String>
60 template<
typename NextPageTokenT = Aws::String>
61 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
62 template<
typename NextPageTokenT = Aws::String>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 bool m_monitorArnListHasBeenSet =
false;
81 bool m_nextPageTokenHasBeenSet =
false;
84 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