AWS SDK for C++
AWS SDK for C++ Version 1.11.751
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-ce
include
aws
ce
model
GetAnomalySubscriptionsPaginationTraits.h
1
6
#pragma once
7
#include <aws/ce/CostExplorerServiceClientModel.h>
8
#include <aws/ce/CostExplorer_EXPORTS.h>
9
#include <aws/ce/model/GetAnomalySubscriptionsRequest.h>
10
#include <aws/ce/model/GetAnomalySubscriptionsResult.h>
11
12
namespace
Aws
{
13
namespace
CostExplorer {
14
namespace
Pagination {
15
16
template
<
typename
Client = CostExplorerClient>
17
struct
GetAnomalySubscriptionsPaginationTraits
{
18
using
RequestType
=
Model::GetAnomalySubscriptionsRequest
;
19
using
ResultType
=
Model::GetAnomalySubscriptionsResult
;
20
using
OutcomeType
=
Model::GetAnomalySubscriptionsOutcome
;
21
using
ClientType
= Client;
22
23
static
OutcomeType
Invoke
(Client* client,
const
RequestType
& request) {
return
client->GetAnomalySubscriptions(request); }
24
25
static
bool
HasMoreResults
(
const
ResultType
& result) {
return
!result.
GetNextPageToken
().empty(); }
26
27
static
void
SetNextRequest
(
const
ResultType
& result,
RequestType
& request) { request.
SetNextPageToken
(result.
GetNextPageToken
()); }
28
};
29
30
}
// namespace Pagination
31
}
// namespace CostExplorer
32
}
// namespace Aws
Aws::CostExplorer::Model::GetAnomalySubscriptionsRequest
Definition
GetAnomalySubscriptionsRequest.h:20
Aws::CostExplorer::Model::GetAnomalySubscriptionsRequest::SetNextPageToken
void SetNextPageToken(NextPageTokenT &&value)
Definition
GetAnomalySubscriptionsRequest.h:85
Aws::CostExplorer::Model::GetAnomalySubscriptionsResult
Definition
GetAnomalySubscriptionsResult.h:25
Aws::CostExplorer::Model::GetAnomalySubscriptionsResult::GetNextPageToken
const Aws::String & GetNextPageToken() const
Definition
GetAnomalySubscriptionsResult.h:61
Aws::Utils::Outcome
Aws::CostExplorer::Model::GetAnomalySubscriptionsOutcome
Aws::Utils::Outcome< GetAnomalySubscriptionsResult, CostExplorerError > GetAnomalySubscriptionsOutcome
Definition
CostExplorerServiceClientModel.h:170
Aws
Aws::CostExplorer::Pagination::GetAnomalySubscriptionsPaginationTraits
Definition
GetAnomalySubscriptionsPaginationTraits.h:17
Aws::CostExplorer::Pagination::GetAnomalySubscriptionsPaginationTraits::ClientType
Client ClientType
Definition
GetAnomalySubscriptionsPaginationTraits.h:21
Aws::CostExplorer::Pagination::GetAnomalySubscriptionsPaginationTraits::SetNextRequest
static void SetNextRequest(const ResultType &result, RequestType &request)
Definition
GetAnomalySubscriptionsPaginationTraits.h:27
Aws::CostExplorer::Pagination::GetAnomalySubscriptionsPaginationTraits::HasMoreResults
static bool HasMoreResults(const ResultType &result)
Definition
GetAnomalySubscriptionsPaginationTraits.h:25
Aws::CostExplorer::Pagination::GetAnomalySubscriptionsPaginationTraits::Invoke
static OutcomeType Invoke(Client *client, const RequestType &request)
Definition
GetAnomalySubscriptionsPaginationTraits.h:23
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences