7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace Notifications
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
58 inline int GetCount()
const {
return m_count; }
60 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
70 template<
typename SampleValuesT = Aws::Vector<Aws::String>>
71 void SetSampleValues(SampleValuesT&& value) { m_sampleValuesHasBeenSet =
true; m_sampleValues = std::forward<SampleValuesT>(value); }
72 template<
typename SampleValuesT = Aws::Vector<Aws::String>>
74 template<
typename SampleValuesT = Aws::String>
80 bool m_nameHasBeenSet =
false;
83 bool m_countHasBeenSet =
false;
86 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