7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/model/NotificationChannel.h>
9#include <aws/rolesanywhere/model/NotificationEvent.h>
20namespace RolesAnywhere {
45 m_enabledHasBeenSet =
true;
61 m_eventHasBeenSet =
true;
78 m_thresholdHasBeenSet =
true;
97 m_channelHasBeenSet =
true;
106 bool m_enabled{
false};
113 bool m_enabledHasBeenSet =
false;
114 bool m_eventHasBeenSet =
false;
115 bool m_thresholdHasBeenSet =
false;
116 bool m_channelHasBeenSet =
false;
void SetEnabled(bool value)
void SetChannel(NotificationChannel value)
bool EventHasBeenSet() const
NotificationChannel GetChannel() const
NotificationEvent GetEvent() const
NotificationSetting & WithEnabled(bool value)
bool EnabledHasBeenSet() const
NotificationSetting & WithEvent(NotificationEvent value)
bool ThresholdHasBeenSet() const
AWS_ROLESANYWHERE_API NotificationSetting(Aws::Utils::Json::JsonView jsonValue)
NotificationSetting & WithThreshold(int value)
bool ChannelHasBeenSet() const
AWS_ROLESANYWHERE_API NotificationSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROLESANYWHERE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEvent(NotificationEvent value)
void SetThreshold(int value)
NotificationSetting & WithChannel(NotificationChannel value)
AWS_ROLESANYWHERE_API NotificationSetting()=default
Aws::Utils::Json::JsonValue JsonValue