7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
57 inline void SetAlarmRoleArn(
const char* value) { m_alarmRoleArnHasBeenSet =
true; m_alarmRoleArn.assign(value); }
76 inline void SetNotificationLambdaArn(
const char* value) { m_notificationLambdaArnHasBeenSet =
true; m_notificationLambdaArn.assign(value); }
84 bool m_alarmRoleArnHasBeenSet =
false;
87 bool m_notificationLambdaArnHasBeenSet =
false;
AWS_IOTSITEWISE_API Alarms(Aws::Utils::Json::JsonView jsonValue)
bool AlarmRoleArnHasBeenSet() const
void SetNotificationLambdaArn(const char *value)
Alarms & WithAlarmRoleArn(const Aws::String &value)
Alarms & WithAlarmRoleArn(const char *value)
void SetNotificationLambdaArn(Aws::String &&value)
Alarms & WithNotificationLambdaArn(const char *value)
Alarms & WithAlarmRoleArn(Aws::String &&value)
const Aws::String & GetNotificationLambdaArn() const
void SetAlarmRoleArn(const char *value)
bool NotificationLambdaArnHasBeenSet() const
void SetAlarmRoleArn(Aws::String &&value)
void SetAlarmRoleArn(const Aws::String &value)
Alarms & WithNotificationLambdaArn(const Aws::String &value)
AWS_IOTSITEWISE_API Alarms()
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAlarmRoleArn() const
Alarms & WithNotificationLambdaArn(Aws::String &&value)
AWS_IOTSITEWISE_API Alarms & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNotificationLambdaArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue