7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/Dimension.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ce/model/MatchOption.h>
71 template<
typename ValuesT = Aws::Vector<Aws::String>>
72 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
73 template<
typename ValuesT = Aws::Vector<Aws::String>>
75 template<
typename ValuesT = Aws::String>
76 DimensionValues&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
90 template<
typename MatchOptionsT = Aws::Vector<MatchOption>>
91 void SetMatchOptions(MatchOptionsT&& value) { m_matchOptionsHasBeenSet =
true; m_matchOptions = std::forward<MatchOptionsT>(value); }
92 template<
typename MatchOptionsT = Aws::Vector<MatchOption>>
99 bool m_keyHasBeenSet =
false;
102 bool m_valuesHasBeenSet =
false;
105 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