7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sesv2/model/BatchGetMetricDataQuery.h>
56 bool m_queriesHasBeenSet =
false;
void SetQueries(Aws::Vector< BatchGetMetricDataQuery > &&value)
bool QueriesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
BatchGetMetricDataRequest & AddQueries(BatchGetMetricDataQuery &&value)
BatchGetMetricDataRequest & WithQueries(const Aws::Vector< BatchGetMetricDataQuery > &value)
BatchGetMetricDataRequest & WithQueries(Aws::Vector< BatchGetMetricDataQuery > &&value)
const Aws::Vector< BatchGetMetricDataQuery > & GetQueries() const
void SetQueries(const Aws::Vector< BatchGetMetricDataQuery > &value)
BatchGetMetricDataRequest & AddQueries(const BatchGetMetricDataQuery &value)
AWS_SESV2_API BatchGetMetricDataRequest()
AWS_SESV2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector