/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Enable or disable collection of reputation metrics for emails that you send
* using this configuration set in the current Amazon Web Services Region.
* See Also:
AWS
* API Reference
If true
, tracking of reputation metrics is enabled for the
* configuration set. If false
, tracking of reputation metrics is
* disabled for the configuration set.
If true
, tracking of reputation metrics is enabled for the
* configuration set. If false
, tracking of reputation metrics is
* disabled for the configuration set.
If true
, tracking of reputation metrics is enabled for the
* configuration set. If false
, tracking of reputation metrics is
* disabled for the configuration set.
If true
, tracking of reputation metrics is enabled for the
* configuration set. If false
, tracking of reputation metrics is
* disabled for the configuration set.
The date and time (in Unix time) when the reputation metrics were last given * a fresh start. When your account is given a fresh start, your reputation metrics * are calculated starting from the date of the fresh start.
*/ inline const Aws::Utils::DateTime& GetLastFreshStart() const{ return m_lastFreshStart; } /** *The date and time (in Unix time) when the reputation metrics were last given * a fresh start. When your account is given a fresh start, your reputation metrics * are calculated starting from the date of the fresh start.
*/ inline bool LastFreshStartHasBeenSet() const { return m_lastFreshStartHasBeenSet; } /** *The date and time (in Unix time) when the reputation metrics were last given * a fresh start. When your account is given a fresh start, your reputation metrics * are calculated starting from the date of the fresh start.
*/ inline void SetLastFreshStart(const Aws::Utils::DateTime& value) { m_lastFreshStartHasBeenSet = true; m_lastFreshStart = value; } /** *The date and time (in Unix time) when the reputation metrics were last given * a fresh start. When your account is given a fresh start, your reputation metrics * are calculated starting from the date of the fresh start.
*/ inline void SetLastFreshStart(Aws::Utils::DateTime&& value) { m_lastFreshStartHasBeenSet = true; m_lastFreshStart = std::move(value); } /** *The date and time (in Unix time) when the reputation metrics were last given * a fresh start. When your account is given a fresh start, your reputation metrics * are calculated starting from the date of the fresh start.
*/ inline ReputationOptions& WithLastFreshStart(const Aws::Utils::DateTime& value) { SetLastFreshStart(value); return *this;} /** *The date and time (in Unix time) when the reputation metrics were last given * a fresh start. When your account is given a fresh start, your reputation metrics * are calculated starting from the date of the fresh start.
*/ inline ReputationOptions& WithLastFreshStart(Aws::Utils::DateTime&& value) { SetLastFreshStart(std::move(value)); return *this;} private: bool m_reputationMetricsEnabled; bool m_reputationMetricsEnabledHasBeenSet = false; Aws::Utils::DateTime m_lastFreshStart; bool m_lastFreshStartHasBeenSet = false; }; } // namespace Model } // namespace SESV2 } // namespace Aws