/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include If you are suppressing an anomaly temporariliy, this structure defines how
* long the suppression period is to be.See Also:
AWS
* API Reference
Specifies the number of seconds, minutes or hours to suppress this anomaly. * There is no maximum.
*/ inline int GetValue() const{ return m_value; } /** *Specifies the number of seconds, minutes or hours to suppress this anomaly. * There is no maximum.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *Specifies the number of seconds, minutes or hours to suppress this anomaly. * There is no maximum.
*/ inline void SetValue(int value) { m_valueHasBeenSet = true; m_value = value; } /** *Specifies the number of seconds, minutes or hours to suppress this anomaly. * There is no maximum.
*/ inline SuppressionPeriod& WithValue(int value) { SetValue(value); return *this;} /** *Specifies whether the value of value
is in seconds, minutes, or
* hours.
Specifies whether the value of value
is in seconds, minutes, or
* hours.
Specifies whether the value of value
is in seconds, minutes, or
* hours.
Specifies whether the value of value
is in seconds, minutes, or
* hours.
Specifies whether the value of value
is in seconds, minutes, or
* hours.
Specifies whether the value of value
is in seconds, minutes, or
* hours.