7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
30 AWS_SAGEMAKER_API
Alarm() =
default;
41 template <
typename AlarmNameT = Aws::String>
43 m_alarmNameHasBeenSet =
true;
44 m_alarmName = std::forward<AlarmNameT>(value);
46 template <
typename AlarmNameT = Aws::String>
54 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