7#include <aws/pi/PI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
89 template<
typename GroupT = Aws::String>
90 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
91 template<
typename GroupT = Aws::String>
174 template<
typename DimensionsT = Aws::Vector<Aws::String>>
175 void SetDimensions(DimensionsT&& value) { m_dimensionsHasBeenSet =
true; m_dimensions = std::forward<DimensionsT>(value); }
176 template<
typename DimensionsT = Aws::Vector<Aws::String>>
178 template<
typename DimensionsT = Aws::String>
179 DimensionGroup&
AddDimensions(DimensionsT&& value) { m_dimensionsHasBeenSet =
true; m_dimensions.emplace_back(std::forward<DimensionsT>(value));
return *
this; }
188 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
194 bool m_groupHasBeenSet =
false;
197 bool m_dimensionsHasBeenSet =
false;
200 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