7#include <aws/freetier/FreeTier_EXPORTS.h>
8#include <aws/freetier/model/Dimension.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/freetier/model/MatchOption.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKey(
const Dimension& value) { m_keyHasBeenSet =
true; m_key = value; }
51 inline void SetKey(
Dimension&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
89 bool m_keyHasBeenSet =
false;
92 bool m_matchOptionsHasBeenSet =
false;
95 bool m_valuesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetValues() const
void SetValues(const Aws::Vector< Aws::String > &value)
DimensionValues & AddValues(const char *value)
bool MatchOptionsHasBeenSet() const
void SetKey(const Dimension &value)
DimensionValues & WithKey(const Dimension &value)
DimensionValues & AddValues(const Aws::String &value)
AWS_FREETIER_API DimensionValues & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValues(Aws::Vector< Aws::String > &&value)
AWS_FREETIER_API DimensionValues(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
bool KeyHasBeenSet() const
AWS_FREETIER_API DimensionValues()
void SetKey(Dimension &&value)
const Aws::Vector< MatchOption > & GetMatchOptions() const
const Dimension & GetKey() const
DimensionValues & WithMatchOptions(const Aws::Vector< MatchOption > &value)
DimensionValues & WithValues(const Aws::Vector< Aws::String > &value)
void SetMatchOptions(const Aws::Vector< MatchOption > &value)
DimensionValues & AddMatchOptions(MatchOption &&value)
DimensionValues & AddMatchOptions(const MatchOption &value)
DimensionValues & AddValues(Aws::String &&value)
DimensionValues & WithKey(Dimension &&value)
void SetMatchOptions(Aws::Vector< MatchOption > &&value)
AWS_FREETIER_API Aws::Utils::Json::JsonValue Jsonize() const
DimensionValues & WithMatchOptions(Aws::Vector< MatchOption > &&value)
DimensionValues & WithValues(Aws::Vector< Aws::String > &&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