7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/AnomalyMonitor.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CostExplorer {
37 template <
typename AnomalyMonitorsT = Aws::Vector<AnomalyMonitor>>
39 m_anomalyMonitorsHasBeenSet =
true;
40 m_anomalyMonitors = std::forward<AnomalyMonitorsT>(value);
42 template <
typename AnomalyMonitorsT = Aws::Vector<AnomalyMonitor>>
47 template <
typename AnomalyMonitorsT = AnomalyMonitor>
49 m_anomalyMonitorsHasBeenSet =
true;
50 m_anomalyMonitors.emplace_back(std::forward<AnomalyMonitorsT>(value));
62 template <
typename NextPageTokenT = Aws::String>
64 m_nextPageTokenHasBeenSet =
true;
65 m_nextPageToken = std::forward<NextPageTokenT>(value);
67 template <
typename NextPageTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_anomalyMonitorsHasBeenSet =
false;
95 bool m_nextPageTokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
AWS_COSTEXPLORER_API GetAnomalyMonitorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextPageToken() const
AWS_COSTEXPLORER_API GetAnomalyMonitorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAnomalyMonitorsResult & WithNextPageToken(NextPageTokenT &&value)
const Aws::Vector< AnomalyMonitor > & GetAnomalyMonitors() const
void SetAnomalyMonitors(AnomalyMonitorsT &&value)
void SetRequestId(RequestIdT &&value)
GetAnomalyMonitorsResult & AddAnomalyMonitors(AnomalyMonitorsT &&value)
GetAnomalyMonitorsResult & WithAnomalyMonitors(AnomalyMonitorsT &&value)
const Aws::String & GetRequestId() const
void SetNextPageToken(NextPageTokenT &&value)
GetAnomalyMonitorsResult & WithRequestId(RequestIdT &&value)
AWS_COSTEXPLORER_API GetAnomalyMonitorsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue