/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A container specifying replication metrics-related settings enabling
* replication metrics and events.See Also:
AWS API
* Reference
Specifies whether the replication metrics are enabled.
*/ inline const MetricsStatus& GetStatus() const{ return m_status; } /** *Specifies whether the replication metrics are enabled.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *Specifies whether the replication metrics are enabled.
*/ inline void SetStatus(const MetricsStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *Specifies whether the replication metrics are enabled.
*/ inline void SetStatus(MetricsStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *Specifies whether the replication metrics are enabled.
*/ inline Metrics& WithStatus(const MetricsStatus& value) { SetStatus(value); return *this;} /** *Specifies whether the replication metrics are enabled.
*/ inline Metrics& WithStatus(MetricsStatus&& value) { SetStatus(std::move(value)); return *this;} /** * A container specifying the time threshold for emitting the
* s3:Replication:OperationMissedThreshold
event.
A container specifying the time threshold for emitting the
* s3:Replication:OperationMissedThreshold
event.
A container specifying the time threshold for emitting the
* s3:Replication:OperationMissedThreshold
event.
A container specifying the time threshold for emitting the
* s3:Replication:OperationMissedThreshold
event.
A container specifying the time threshold for emitting the
* s3:Replication:OperationMissedThreshold
event.
A container specifying the time threshold for emitting the
* s3:Replication:OperationMissedThreshold
event.