7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
80 template<
typename GroupT = Aws::String>
81 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
82 template<
typename GroupT = Aws::String>
121 template<
typename DimensionsT = Aws::Vector<Aws::String>>
122 void SetDimensions(DimensionsT&& value) { m_dimensionsHasBeenSet =
true; m_dimensions = std::forward<DimensionsT>(value); }
123 template<
typename DimensionsT = Aws::Vector<Aws::String>>
125 template<
typename DimensionsT = Aws::String>
135 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
141 bool m_groupHasBeenSet =
false;
144 bool m_dimensionsHasBeenSet =
false;
147 bool m_limitHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue