7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/DimensionValuesWithAttributes.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 {
93 template <
typename DimensionValuesT = Aws::Vector<DimensionValuesWithAttributes>>
95 m_dimensionValuesHasBeenSet =
true;
96 m_dimensionValues = std::forward<DimensionValuesT>(value);
98 template <
typename DimensionValuesT = Aws::Vector<DimensionValuesWithAttributes>>
103 template <
typename DimensionValuesT = DimensionValuesWithAttributes>
105 m_dimensionValuesHasBeenSet =
true;
106 m_dimensionValues.emplace_back(std::forward<DimensionValuesT>(value));
117 m_returnSizeHasBeenSet =
true;
118 m_returnSize = value;
132 m_totalSizeHasBeenSet =
true;
148 template <
typename NextPageTokenT = Aws::String>
150 m_nextPageTokenHasBeenSet =
true;
151 m_nextPageToken = std::forward<NextPageTokenT>(value);
153 template <
typename NextPageTokenT = Aws::String>
163 template <
typename RequestIdT = Aws::String>
165 m_requestIdHasBeenSet =
true;
166 m_requestId = std::forward<RequestIdT>(value);
168 template <
typename RequestIdT = Aws::String>
187 bool m_dimensionValuesHasBeenSet =
false;
188 bool m_returnSizeHasBeenSet =
false;
189 bool m_totalSizeHasBeenSet =
false;
190 bool m_nextPageTokenHasBeenSet =
false;
191 bool m_requestIdHasBeenSet =
false;
GetDimensionValuesResult & AddDimensionValues(DimensionValuesT &&value)
AWS_COSTEXPLORER_API GetDimensionValuesResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDimensionValues(DimensionValuesT &&value)
void SetReturnSize(int value)
void SetRequestId(RequestIdT &&value)
AWS_COSTEXPLORER_API GetDimensionValuesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COSTEXPLORER_API GetDimensionValuesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextPageToken(NextPageTokenT &&value)
GetDimensionValuesResult & WithDimensionValues(DimensionValuesT &&value)
int GetReturnSize() const
const Aws::Vector< DimensionValuesWithAttributes > & GetDimensionValues() const
const Aws::String & GetNextPageToken() const
GetDimensionValuesResult & WithNextPageToken(NextPageTokenT &&value)
void SetTotalSize(int value)
GetDimensionValuesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetDimensionValuesResult & WithTotalSize(int value)
GetDimensionValuesResult & WithReturnSize(int 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