7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/CostComparisonDriver.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CostExplorer {
39 template <
typename CostComparisonDriversT = Aws::Vector<CostComparisonDriver>>
41 m_costComparisonDriversHasBeenSet =
true;
42 m_costComparisonDrivers = std::forward<CostComparisonDriversT>(value);
44 template <
typename CostComparisonDriversT = Aws::Vector<CostComparisonDriver>>
49 template <
typename CostComparisonDriversT = CostComparisonDriver>
51 m_costComparisonDriversHasBeenSet =
true;
52 m_costComparisonDrivers.emplace_back(std::forward<CostComparisonDriversT>(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>
97 bool m_costComparisonDriversHasBeenSet =
false;
98 bool m_nextPageTokenHasBeenSet =
false;
99 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue