/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A request to obtain deliverability metrics for a domain.See
* Also:
AWS
* API Reference
The domain that you want to obtain deliverability metrics for.
*/ inline const Aws::String& GetDomain() const{ return m_domain; } /** *The domain that you want to obtain deliverability metrics for.
*/ inline bool DomainHasBeenSet() const { return m_domainHasBeenSet; } /** *The domain that you want to obtain deliverability metrics for.
*/ inline void SetDomain(const Aws::String& value) { m_domainHasBeenSet = true; m_domain = value; } /** *The domain that you want to obtain deliverability metrics for.
*/ inline void SetDomain(Aws::String&& value) { m_domainHasBeenSet = true; m_domain = std::move(value); } /** *The domain that you want to obtain deliverability metrics for.
*/ inline void SetDomain(const char* value) { m_domainHasBeenSet = true; m_domain.assign(value); } /** *The domain that you want to obtain deliverability metrics for.
*/ inline GetDomainStatisticsReportRequest& WithDomain(const Aws::String& value) { SetDomain(value); return *this;} /** *The domain that you want to obtain deliverability metrics for.
*/ inline GetDomainStatisticsReportRequest& WithDomain(Aws::String&& value) { SetDomain(std::move(value)); return *this;} /** *The domain that you want to obtain deliverability metrics for.
*/ inline GetDomainStatisticsReportRequest& WithDomain(const char* value) { SetDomain(value); return *this;} /** *The first day (in Unix time) that you want to obtain domain deliverability * metrics for.
*/ inline const Aws::Utils::DateTime& GetStartDate() const{ return m_startDate; } /** *The first day (in Unix time) that you want to obtain domain deliverability * metrics for.
*/ inline bool StartDateHasBeenSet() const { return m_startDateHasBeenSet; } /** *The first day (in Unix time) that you want to obtain domain deliverability * metrics for.
*/ inline void SetStartDate(const Aws::Utils::DateTime& value) { m_startDateHasBeenSet = true; m_startDate = value; } /** *The first day (in Unix time) that you want to obtain domain deliverability * metrics for.
*/ inline void SetStartDate(Aws::Utils::DateTime&& value) { m_startDateHasBeenSet = true; m_startDate = std::move(value); } /** *The first day (in Unix time) that you want to obtain domain deliverability * metrics for.
*/ inline GetDomainStatisticsReportRequest& WithStartDate(const Aws::Utils::DateTime& value) { SetStartDate(value); return *this;} /** *The first day (in Unix time) that you want to obtain domain deliverability * metrics for.
*/ inline GetDomainStatisticsReportRequest& WithStartDate(Aws::Utils::DateTime&& value) { SetStartDate(std::move(value)); return *this;} /** *The last day (in Unix time) that you want to obtain domain deliverability
* metrics for. The EndDate
that you specify has to be less than or
* equal to 30 days after the StartDate
.
The last day (in Unix time) that you want to obtain domain deliverability
* metrics for. The EndDate
that you specify has to be less than or
* equal to 30 days after the StartDate
.
The last day (in Unix time) that you want to obtain domain deliverability
* metrics for. The EndDate
that you specify has to be less than or
* equal to 30 days after the StartDate
.
The last day (in Unix time) that you want to obtain domain deliverability
* metrics for. The EndDate
that you specify has to be less than or
* equal to 30 days after the StartDate
.
The last day (in Unix time) that you want to obtain domain deliverability
* metrics for. The EndDate
that you specify has to be less than or
* equal to 30 days after the StartDate
.
The last day (in Unix time) that you want to obtain domain deliverability
* metrics for. The EndDate
that you specify has to be less than or
* equal to 30 days after the StartDate
.