7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename ValueT = Aws::String>
42 m_valueHasBeenSet =
true;
43 m_value = std::forward<ValueT>(value);
45 template <
typename ValueT = Aws::String>
47 SetValue(std::forward<ValueT>(value));
56 inline int GetCount()
const {
return m_count; }
59 m_countHasBeenSet =
true;
76 template <
typename DisplayValueT = Aws::String>
78 m_displayValueHasBeenSet =
true;
79 m_displayValue = std::forward<DisplayValueT>(value);
81 template <
typename DisplayValueT = Aws::String>
93 bool m_valueHasBeenSet =
false;
94 bool m_countHasBeenSet =
false;
95 bool m_displayValueHasBeenSet =
false;
AWS_DATAZONE_API AggregationOutputItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
const Aws::String & GetDisplayValue() const
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
AggregationOutputItem & WithDisplayValue(DisplayValueT &&value)
AggregationOutputItem & WithCount(int value)
bool DisplayValueHasBeenSet() const
void SetDisplayValue(DisplayValueT &&value)
AWS_DATAZONE_API AggregationOutputItem(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CountHasBeenSet() const
AWS_DATAZONE_API AggregationOutputItem()=default
AggregationOutputItem & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue