7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/CostComparisonDriver.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 {
38 template <
typename CostComparisonDriversT = Aws::Vector<CostComparisonDriver>>
40 m_costComparisonDriversHasBeenSet =
true;
41 m_costComparisonDrivers = std::forward<CostComparisonDriversT>(value);
43 template <
typename CostComparisonDriversT = Aws::Vector<CostComparisonDriver>>
48 template <
typename CostComparisonDriversT = CostComparisonDriver>
50 m_costComparisonDriversHasBeenSet =
true;
51 m_costComparisonDrivers.emplace_back(std::forward<CostComparisonDriversT>(value));
61 template <
typename NextPageTokenT = Aws::String>
63 m_nextPageTokenHasBeenSet =
true;
64 m_nextPageToken = std::forward<NextPageTokenT>(value);
66 template <
typename NextPageTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_costComparisonDriversHasBeenSet =
false;
94 bool m_nextPageTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
GetCostComparisonDriversResult & WithNextPageToken(NextPageTokenT &&value)
AWS_COSTEXPLORER_API GetCostComparisonDriversResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCostComparisonDriversResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextPageToken() const
GetCostComparisonDriversResult & AddCostComparisonDrivers(CostComparisonDriversT &&value)
const Aws::Vector< CostComparisonDriver > & GetCostComparisonDrivers() const
void SetRequestId(RequestIdT &&value)
void SetCostComparisonDrivers(CostComparisonDriversT &&value)
AWS_COSTEXPLORER_API GetCostComparisonDriversResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COSTEXPLORER_API GetCostComparisonDriversResult()=default
const Aws::String & GetRequestId() const
void SetNextPageToken(NextPageTokenT &&value)
GetCostComparisonDriversResult & WithCostComparisonDrivers(CostComparisonDriversT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue