7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/Anomaly.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CostExplorer {
37 template <
typename AnomaliesT = Aws::Vector<Anomaly>>
39 m_anomaliesHasBeenSet =
true;
40 m_anomalies = std::forward<AnomaliesT>(value);
42 template <
typename AnomaliesT = Aws::Vector<Anomaly>>
47 template <
typename AnomaliesT = Anomaly>
49 m_anomaliesHasBeenSet =
true;
50 m_anomalies.emplace_back(std::forward<AnomaliesT>(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>
97 bool m_anomaliesHasBeenSet =
false;
98 bool m_nextPageTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
AWS_COSTEXPLORER_API GetAnomaliesResult()=default
GetAnomaliesResult & WithAnomalies(AnomaliesT &&value)
void SetRequestId(RequestIdT &&value)
AWS_COSTEXPLORER_API GetAnomaliesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextPageToken() const
AWS_COSTEXPLORER_API GetAnomaliesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextPageToken(NextPageTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetAnomaliesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Anomaly > & GetAnomalies() const
GetAnomaliesResult & AddAnomalies(AnomaliesT &&value)
void SetAnomalies(AnomaliesT &&value)
GetAnomaliesResult & WithNextPageToken(NextPageTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue