dai_env / include /aws /monitoring /model /ComparisonOperator.h
Shenghong's picture
Add files using upload-large-folder tool
7791ca1 verified
Raw
History Blame Contribute Delete
888 Bytes
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/monitoring/CloudWatch_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace CloudWatch
{
namespace Model
{
enum class ComparisonOperator
{
NOT_SET,
GreaterThanOrEqualToThreshold,
GreaterThanThreshold,
LessThanThreshold,
LessThanOrEqualToThreshold,
LessThanLowerOrGreaterThanUpperThreshold,
LessThanLowerThreshold,
GreaterThanUpperThreshold
};
namespace ComparisonOperatorMapper
{
AWS_CLOUDWATCH_API ComparisonOperator GetComparisonOperatorForName(const Aws::String& name);
AWS_CLOUDWATCH_API Aws::String GetNameForComparisonOperator(ComparisonOperator value);
} // namespace ComparisonOperatorMapper
} // namespace Model
} // namespace CloudWatch
} // namespace Aws