7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/AnomalySubscription.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 AnomalySubscriptionsT = Aws::Vector<AnomalySubscription>>
39 m_anomalySubscriptionsHasBeenSet =
true;
40 m_anomalySubscriptions = std::forward<AnomalySubscriptionsT>(value);
42 template <
typename AnomalySubscriptionsT = Aws::Vector<AnomalySubscription>>
47 template <
typename AnomalySubscriptionsT = AnomalySubscription>
49 m_anomalySubscriptionsHasBeenSet =
true;
50 m_anomalySubscriptions.emplace_back(std::forward<AnomalySubscriptionsT>(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_anomalySubscriptionsHasBeenSet =
false;
95 bool m_nextPageTokenHasBeenSet =
false;
96 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)
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