7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/model/NotificationChannel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rolesanywhere/model/NotificationEvent.h>
23namespace RolesAnywhere
70 inline void SetConfiguredBy(
const char* value) { m_configuredByHasBeenSet =
true; m_configuredBy.assign(value); }
82 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
104 inline void SetThreshold(
int value) { m_thresholdHasBeenSet =
true; m_threshold = value; }
110 bool m_channelHasBeenSet =
false;
113 bool m_configuredByHasBeenSet =
false;
116 bool m_enabledHasBeenSet =
false;
119 bool m_eventHasBeenSet =
false;
122 bool m_thresholdHasBeenSet =
false;
AWS_ROLESANYWHERE_API NotificationSettingDetail(Aws::Utils::Json::JsonView jsonValue)
NotificationSettingDetail & WithEvent(const NotificationEvent &value)
void SetChannel(NotificationChannel &&value)
bool EventHasBeenSet() const
const NotificationEvent & GetEvent() const
NotificationSettingDetail & WithConfiguredBy(Aws::String &&value)
const Aws::String & GetConfiguredBy() const
NotificationSettingDetail & WithChannel(NotificationChannel &&value)
NotificationSettingDetail & WithChannel(const NotificationChannel &value)
void SetConfiguredBy(Aws::String &&value)
AWS_ROLESANYWHERE_API NotificationSettingDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ThresholdHasBeenSet() const
NotificationSettingDetail & WithConfiguredBy(const Aws::String &value)
NotificationSettingDetail & WithThreshold(int value)
bool ConfiguredByHasBeenSet() const
void SetEnabled(bool value)
AWS_ROLESANYWHERE_API NotificationSettingDetail()
NotificationSettingDetail & WithConfiguredBy(const char *value)
bool EnabledHasBeenSet() const
void SetConfiguredBy(const Aws::String &value)
AWS_ROLESANYWHERE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEvent(NotificationEvent &&value)
void SetConfiguredBy(const char *value)
NotificationSettingDetail & WithEvent(NotificationEvent &&value)
void SetChannel(const NotificationChannel &value)
void SetThreshold(int value)
bool ChannelHasBeenSet() const
const NotificationChannel & GetChannel() const
void SetEvent(const NotificationEvent &value)
NotificationSettingDetail & WithEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue