7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AttributeT = Aws::String>
47 void SetAttribute(AttributeT&& value) { m_attributeHasBeenSet =
true; m_attribute = std::forward<AttributeT>(value); }
48 template<
typename AttributeT = Aws::String>
59 template<
typename DisplayValueT = Aws::String>
60 void SetDisplayValue(DisplayValueT&& value) { m_displayValueHasBeenSet =
true; m_displayValue = std::forward<DisplayValueT>(value); }
61 template<
typename DisplayValueT = Aws::String>
67 bool m_attributeHasBeenSet =
false;
70 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