7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/Dimension.h>
9#include <aws/ce/model/MatchOption.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CostExplorer {
55 m_keyHasBeenSet =
true;
71 template <
typename ValuesT = Aws::Vector<Aws::String>>
73 m_valuesHasBeenSet =
true;
74 m_values = std::forward<ValuesT>(value);
76 template <
typename ValuesT = Aws::Vector<Aws::String>>
81 template <
typename ValuesT = Aws::String>
83 m_valuesHasBeenSet =
true;
84 m_values.emplace_back(std::forward<ValuesT>(value));
100 template <
typename MatchOptionsT = Aws::Vector<MatchOption>>
102 m_matchOptionsHasBeenSet =
true;
103 m_matchOptions = std::forward<MatchOptionsT>(value);
105 template <
typename MatchOptionsT = Aws::Vector<MatchOption>>
111 m_matchOptionsHasBeenSet =
true;
112 m_matchOptions.push_back(value);
122 bool m_keyHasBeenSet =
false;
123 bool m_valuesHasBeenSet =
false;
124 bool m_matchOptionsHasBeenSet =
false;
DimensionValues & WithMatchOptions(MatchOptionsT &&value)
const Aws::Vector< MatchOption > & GetMatchOptions() const
bool ValuesHasBeenSet() const
AWS_COSTEXPLORER_API DimensionValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API DimensionValues()=default
DimensionValues & AddMatchOptions(MatchOption value)
void SetMatchOptions(MatchOptionsT &&value)
bool MatchOptionsHasBeenSet() const
void SetValues(ValuesT &&value)
DimensionValues & WithValues(ValuesT &&value)
bool KeyHasBeenSet() const
const Aws::Vector< Aws::String > & GetValues() const
DimensionValues & AddValues(ValuesT &&value)
void SetKey(Dimension value)
AWS_COSTEXPLORER_API DimensionValues(Aws::Utils::Json::JsonView jsonValue)
DimensionValues & WithKey(Dimension value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue