7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/model/Dimension.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/budgets/model/MatchOption.h>
61 template<
typename ValuesT = Aws::Vector<Aws::String>>
62 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
63 template<
typename ValuesT = Aws::Vector<Aws::String>>
65 template<
typename ValuesT = Aws::String>
76 template<
typename MatchOptionsT = Aws::Vector<MatchOption>>
77 void SetMatchOptions(MatchOptionsT&& value) { m_matchOptionsHasBeenSet =
true; m_matchOptions = std::forward<MatchOptionsT>(value); }
78 template<
typename MatchOptionsT = Aws::Vector<MatchOption>>
85 bool m_keyHasBeenSet =
false;
88 bool m_valuesHasBeenSet =
false;
91 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