/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a list of data points. This list contains aggregated data from the
* previous two weeks of your sending activity with Amazon SES.See
* Also:
AWS
* API Reference
A list of data points, each of which represents 15 minutes of activity.
*/ inline const Aws::VectorA list of data points, each of which represents 15 minutes of activity.
*/ inline void SetSendDataPoints(const Aws::VectorA list of data points, each of which represents 15 minutes of activity.
*/ inline void SetSendDataPoints(Aws::VectorA list of data points, each of which represents 15 minutes of activity.
*/ inline GetSendStatisticsResult& WithSendDataPoints(const Aws::VectorA list of data points, each of which represents 15 minutes of activity.
*/ inline GetSendStatisticsResult& WithSendDataPoints(Aws::VectorA list of data points, each of which represents 15 minutes of activity.
*/ inline GetSendStatisticsResult& AddSendDataPoints(const SendDataPoint& value) { m_sendDataPoints.push_back(value); return *this; } /** *A list of data points, each of which represents 15 minutes of activity.
*/ inline GetSendStatisticsResult& AddSendDataPoints(SendDataPoint&& value) { m_sendDataPoints.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline GetSendStatisticsResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline GetSendStatisticsResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector