7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/CostExplorerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename SubscriptionArnListT = Aws::Vector<Aws::String>>
45 void SetSubscriptionArnList(SubscriptionArnListT&& value) { m_subscriptionArnListHasBeenSet =
true; m_subscriptionArnList = std::forward<SubscriptionArnListT>(value); }
46 template<
typename SubscriptionArnListT = Aws::Vector<Aws::String>>
48 template<
typename SubscriptionArnListT = Aws::String>
58 template<
typename MonitorArnT = Aws::String>
59 void SetMonitorArn(MonitorArnT&& value) { m_monitorArnHasBeenSet =
true; m_monitorArn = std::forward<MonitorArnT>(value); }
60 template<
typename MonitorArnT = Aws::String>
72 template<
typename NextPageTokenT = Aws::String>
73 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
74 template<
typename NextPageTokenT = Aws::String>
84 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 bool m_subscriptionArnListHasBeenSet =
false;
93 bool m_monitorArnHasBeenSet =
false;
96 bool m_nextPageTokenHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
bool SubscriptionArnListHasBeenSet() const
void SetSubscriptionArnList(SubscriptionArnListT &&value)
virtual const char * GetServiceRequestName() const override
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
void SetNextPageToken(NextPageTokenT &&value)
GetAnomalySubscriptionsRequest & AddSubscriptionArnList(SubscriptionArnListT &&value)
GetAnomalySubscriptionsRequest & WithNextPageToken(NextPageTokenT &&value)
bool MonitorArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubscriptionArnList() const
const Aws::String & GetNextPageToken() const
void SetMaxResults(int value)
int GetMaxResults() const
const Aws::String & GetMonitorArn() const
AWS_COSTEXPLORER_API GetAnomalySubscriptionsRequest()=default
bool NextPageTokenHasBeenSet() const
GetAnomalySubscriptionsRequest & WithMaxResults(int value)
GetAnomalySubscriptionsRequest & WithMonitorArn(MonitorArnT &&value)
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
void SetMonitorArn(MonitorArnT &&value)
GetAnomalySubscriptionsRequest & WithSubscriptionArnList(SubscriptionArnListT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector