7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
20namespace Notifications {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
58 inline int GetCount()
const {
return m_count; }
61 m_countHasBeenSet =
true;
76 template <
typename SampleValuesT = Aws::Vector<Aws::String>>
78 m_sampleValuesHasBeenSet =
true;
79 m_sampleValues = std::forward<SampleValuesT>(value);
81 template <
typename SampleValuesT = Aws::Vector<Aws::String>>
86 template <
typename SampleValuesT = Aws::String>
88 m_sampleValuesHasBeenSet =
true;
89 m_sampleValues.emplace_back(std::forward<SampleValuesT>(value));
99 bool m_nameHasBeenSet =
false;
100 bool m_countHasBeenSet =
false;
101 bool m_sampleValuesHasBeenSet =
false;
SummarizationDimensionOverview & AddSampleValues(SampleValuesT &&value)
const Aws::String & GetName() const
bool CountHasBeenSet() const
SummarizationDimensionOverview & WithSampleValues(SampleValuesT &&value)
SummarizationDimensionOverview & WithCount(int value)
AWS_NOTIFICATIONS_API SummarizationDimensionOverview(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
SummarizationDimensionOverview & WithName(NameT &&value)
AWS_NOTIFICATIONS_API SummarizationDimensionOverview()=default
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
void SetSampleValues(SampleValuesT &&value)
AWS_NOTIFICATIONS_API SummarizationDimensionOverview & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSampleValues() const
bool SampleValuesHasBeenSet() 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