7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/model/Dimension.h>
9#include <aws/budgets/model/MatchOption.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
45 m_keyHasBeenSet =
true;
61 template <
typename ValuesT = Aws::Vector<Aws::String>>
63 m_valuesHasBeenSet =
true;
64 m_values = std::forward<ValuesT>(value);
66 template <
typename ValuesT = Aws::Vector<Aws::String>>
71 template <
typename ValuesT = Aws::String>
73 m_valuesHasBeenSet =
true;
74 m_values.emplace_back(std::forward<ValuesT>(value));
86 template <
typename MatchOptionsT = Aws::Vector<MatchOption>>
88 m_matchOptionsHasBeenSet =
true;
89 m_matchOptions = std::forward<MatchOptionsT>(value);
91 template <
typename MatchOptionsT = Aws::Vector<MatchOption>>
97 m_matchOptionsHasBeenSet =
true;
98 m_matchOptions.push_back(value);
108 bool m_keyHasBeenSet =
false;
109 bool m_valuesHasBeenSet =
false;
110 bool m_matchOptionsHasBeenSet =
false;
bool ValuesHasBeenSet() const
void SetMatchOptions(MatchOptionsT &&value)
const Aws::Vector< MatchOption > & GetMatchOptions() const
void SetValues(ValuesT &&value)
AWS_BUDGETS_API ExpressionDimensionValues(Aws::Utils::Json::JsonView jsonValue)
AWS_BUDGETS_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyHasBeenSet() const
ExpressionDimensionValues & WithValues(ValuesT &&value)
void SetKey(Dimension value)
bool MatchOptionsHasBeenSet() const
ExpressionDimensionValues & WithKey(Dimension value)
AWS_BUDGETS_API ExpressionDimensionValues & operator=(Aws::Utils::Json::JsonView jsonValue)
ExpressionDimensionValues & AddMatchOptions(MatchOption value)
ExpressionDimensionValues & AddValues(ValuesT &&value)
ExpressionDimensionValues & WithMatchOptions(MatchOptionsT &&value)
const Aws::Vector< Aws::String > & GetValues() const
AWS_BUDGETS_API ExpressionDimensionValues()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue