7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/AnomalySubscription.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 {
38 template <
typename AnomalySubscriptionsT = Aws::Vector<AnomalySubscription>>
40 m_anomalySubscriptionsHasBeenSet =
true;
41 m_anomalySubscriptions = std::forward<AnomalySubscriptionsT>(value);
43 template <
typename AnomalySubscriptionsT = Aws::Vector<AnomalySubscription>>
48 template <
typename AnomalySubscriptionsT = AnomalySubscription>
50 m_anomalySubscriptionsHasBeenSet =
true;
51 m_anomalySubscriptions.emplace_back(std::forward<AnomalySubscriptionsT>(value));
63 template <
typename NextPageTokenT = Aws::String>
65 m_nextPageTokenHasBeenSet =
true;
66 m_nextPageToken = std::forward<NextPageTokenT>(value);
68 template <
typename NextPageTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_anomalySubscriptionsHasBeenSet =
false;
99 bool m_nextPageTokenHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextPageToken() const
void SetAnomalySubscriptions(AnomalySubscriptionsT &&value)
GetAnomalySubscriptionsResult & AddAnomalySubscriptions(AnomalySubscriptionsT &&value)
AWS_COSTEXPLORER_API GetAnomalySubscriptionsResult()=default
GetAnomalySubscriptionsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetAnomalySubscriptionsResult & WithNextPageToken(NextPageTokenT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetNextPageToken(NextPageTokenT &&value)
GetAnomalySubscriptionsResult & WithAnomalySubscriptions(AnomalySubscriptionsT &&value)
AWS_COSTEXPLORER_API GetAnomalySubscriptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< AnomalySubscription > & GetAnomalySubscriptions() const
AWS_COSTEXPLORER_API GetAnomalySubscriptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue