7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ce/model/AnomalyMonitor.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename AnomalyMonitorsT = Aws::Vector<AnomalyMonitor>>
44 void SetAnomalyMonitors(AnomalyMonitorsT&& value) { m_anomalyMonitorsHasBeenSet =
true; m_anomalyMonitors = std::forward<AnomalyMonitorsT>(value); }
45 template<
typename AnomalyMonitorsT = Aws::Vector<AnomalyMonitor>>
47 template<
typename AnomalyMonitorsT = AnomalyMonitor>
58 template<
typename NextPageTokenT = Aws::String>
59 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
60 template<
typename NextPageTokenT = Aws::String>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_anomalyMonitorsHasBeenSet =
false;
78 bool m_nextPageTokenHasBeenSet =
false;
81 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