7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename AttributeT = Aws::String>
42 m_attributeHasBeenSet =
true;
43 m_attribute = std::forward<AttributeT>(value);
45 template <
typename AttributeT = Aws::String>
59 template <
typename DisplayValueT = Aws::String>
61 m_displayValueHasBeenSet =
true;
62 m_displayValue = std::forward<DisplayValueT>(value);
64 template <
typename DisplayValueT = Aws::String>
74 bool m_attributeHasBeenSet =
false;
75 bool m_displayValueHasBeenSet =
false;
bool DisplayValueHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDisplayValue(DisplayValueT &&value)
AWS_DATAZONE_API AggregationListItem(Aws::Utils::Json::JsonView jsonValue)
void SetAttribute(AttributeT &&value)
const Aws::String & GetDisplayValue() const
AWS_DATAZONE_API AggregationListItem()=default
const Aws::String & GetAttribute() const
AggregationListItem & WithAttribute(AttributeT &&value)
AggregationListItem & WithDisplayValue(DisplayValueT &&value)
AWS_DATAZONE_API AggregationListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AttributeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue