7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pi/PI_EXPORTS.h>
83 template <
typename GroupT = Aws::String>
85 m_groupHasBeenSet =
true;
86 m_group = std::forward<GroupT>(value);
88 template <
typename GroupT = Aws::String>
90 SetGroup(std::forward<GroupT>(value));
174 template <
typename DimensionsT = Aws::Vector<Aws::String>>
176 m_dimensionsHasBeenSet =
true;
177 m_dimensions = std::forward<DimensionsT>(value);
179 template <
typename DimensionsT = Aws::Vector<Aws::String>>
184 template <
typename DimensionsT = Aws::String>
186 m_dimensionsHasBeenSet =
true;
187 m_dimensions.emplace_back(std::forward<DimensionsT>(value));
199 m_limitHasBeenSet =
true;
213 bool m_groupHasBeenSet =
false;
214 bool m_dimensionsHasBeenSet =
false;
215 bool m_limitHasBeenSet =
false;
bool DimensionsHasBeenSet() const
DimensionGroup & WithGroup(GroupT &&value)
void SetDimensions(DimensionsT &&value)
bool GroupHasBeenSet() const
void SetGroup(GroupT &&value)
DimensionGroup & WithLimit(int value)
const Aws::Vector< Aws::String > & GetDimensions() const
AWS_PI_API DimensionGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroup() const
DimensionGroup & WithDimensions(DimensionsT &&value)
AWS_PI_API DimensionGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_PI_API Aws::Utils::Json::JsonValue Jsonize() const
DimensionGroup & AddDimensions(DimensionsT &&value)
AWS_PI_API DimensionGroup()=default
bool LimitHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue