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>
10#include <aws/pi/model/DimensionDetail.h>
43 template <
typename GroupT = Aws::String>
45 m_groupHasBeenSet =
true;
46 m_group = std::forward<GroupT>(value);
48 template <
typename GroupT = Aws::String>
50 SetGroup(std::forward<GroupT>(value));
61 template <
typename DimensionsT = Aws::Vector<DimensionDetail>>
63 m_dimensionsHasBeenSet =
true;
64 m_dimensions = std::forward<DimensionsT>(value);
66 template <
typename DimensionsT = Aws::Vector<DimensionDetail>>
71 template <
typename DimensionsT = DimensionDetail>
73 m_dimensionsHasBeenSet =
true;
74 m_dimensions.emplace_back(std::forward<DimensionsT>(value));
82 bool m_groupHasBeenSet =
false;
83 bool m_dimensionsHasBeenSet =
false;
DimensionGroupDetail & WithDimensions(DimensionsT &&value)
void SetGroup(GroupT &&value)
DimensionGroupDetail & AddDimensions(DimensionsT &&value)
const Aws::String & GetGroup() const
AWS_PI_API DimensionGroupDetail(Aws::Utils::Json::JsonView jsonValue)
void SetDimensions(DimensionsT &&value)
bool DimensionsHasBeenSet() const
const Aws::Vector< DimensionDetail > & GetDimensions() const
DimensionGroupDetail & WithGroup(GroupT &&value)
AWS_PI_API DimensionGroupDetail()=default
AWS_PI_API DimensionGroupDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GroupHasBeenSet() const
AWS_PI_API Aws::Utils::Json::JsonValue Jsonize() 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