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/AnomalySubscription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename AnomalySubscriptionsT = Aws::Vector<AnomalySubscription>>
44 void SetAnomalySubscriptions(AnomalySubscriptionsT&& value) { m_anomalySubscriptionsHasBeenSet =
true; m_anomalySubscriptions = std::forward<AnomalySubscriptionsT>(value); }
45 template<
typename AnomalySubscriptionsT = Aws::Vector<AnomalySubscription>>
47 template<
typename AnomalySubscriptionsT = AnomalySubscription>
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_anomalySubscriptionsHasBeenSet =
false;
78 bool m_nextPageTokenHasBeenSet =
false;
81 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