7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/DimensionValuesWithAttributes.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 {
92 template <
typename DimensionValuesT = Aws::Vector<DimensionValuesWithAttributes>>
94 m_dimensionValuesHasBeenSet =
true;
95 m_dimensionValues = std::forward<DimensionValuesT>(value);
97 template <
typename DimensionValuesT = Aws::Vector<DimensionValuesWithAttributes>>
102 template <
typename DimensionValuesT = DimensionValuesWithAttributes>
104 m_dimensionValuesHasBeenSet =
true;
105 m_dimensionValues.emplace_back(std::forward<DimensionValuesT>(value));
116 m_returnSizeHasBeenSet =
true;
117 m_returnSize = value;
131 m_totalSizeHasBeenSet =
true;
147 template <
typename NextPageTokenT = Aws::String>
149 m_nextPageTokenHasBeenSet =
true;
150 m_nextPageToken = std::forward<NextPageTokenT>(value);
152 template <
typename NextPageTokenT = Aws::String>
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
183 bool m_dimensionValuesHasBeenSet =
false;
184 bool m_returnSizeHasBeenSet =
false;
185 bool m_totalSizeHasBeenSet =
false;
186 bool m_nextPageTokenHasBeenSet =
false;
187 bool m_requestIdHasBeenSet =
false;
GetDimensionValuesResult & AddDimensionValues(DimensionValuesT &&value)
AWS_COSTEXPLORER_API GetDimensionValuesResult()=default
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