7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_SAGEMAKER_API
Alarm() =
default;
47 template<
typename AlarmNameT = Aws::String>
48 void SetAlarmName(AlarmNameT&& value) { m_alarmNameHasBeenSet =
true; m_alarmName = std::forward<AlarmNameT>(value); }
49 template<
typename AlarmNameT = Aws::String>
55 bool m_alarmNameHasBeenSet =
false;
bool AlarmNameHasBeenSet() const
AWS_SAGEMAKER_API Alarm(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Alarm()=default
void SetAlarmName(AlarmNameT &&value)
AWS_SAGEMAKER_API Alarm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Alarm & WithAlarmName(AlarmNameT &&value)
const Aws::String & GetAlarmName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue