7#include <aws/support-app/SupportApp_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/support-app/model/NotificationSeverityLevel.h>
51 inline void SetChannelId(
const char* value) { m_channelIdHasBeenSet =
true; m_channelId.assign(value); }
66 inline void SetChannelName(
const char* value) { m_channelNameHasBeenSet =
true; m_channelName.assign(value); }
84 inline void SetChannelRoleArn(
const char* value) { m_channelRoleArnHasBeenSet =
true; m_channelRoleArn.assign(value); }
131 inline void SetNotifyOnResolveCase(
bool value) { m_notifyOnResolveCaseHasBeenSet =
true; m_notifyOnResolveCase = value; }
144 inline void SetTeamId(
const char* value) { m_teamIdHasBeenSet =
true; m_teamId.assign(value); }
152 bool m_channelIdHasBeenSet =
false;
155 bool m_channelNameHasBeenSet =
false;
158 bool m_channelRoleArnHasBeenSet =
false;
160 bool m_notifyOnAddCorrespondenceToCase;
161 bool m_notifyOnAddCorrespondenceToCaseHasBeenSet =
false;
164 bool m_notifyOnCaseSeverityHasBeenSet =
false;
166 bool m_notifyOnCreateOrReopenCase;
167 bool m_notifyOnCreateOrReopenCaseHasBeenSet =
false;
169 bool m_notifyOnResolveCase;
170 bool m_notifyOnResolveCaseHasBeenSet =
false;
173 bool m_teamIdHasBeenSet =
false;
AWS_SUPPORTAPP_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SUPPORTAPP_API SlackChannelConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetChannelName(const Aws::String &value)
void SetNotifyOnCaseSeverity(const NotificationSeverityLevel &value)
bool NotifyOnResolveCaseHasBeenSet() const
SlackChannelConfiguration & WithNotifyOnResolveCase(bool value)
SlackChannelConfiguration & WithChannelId(const char *value)
SlackChannelConfiguration & WithChannelRoleArn(Aws::String &&value)
bool NotifyOnCaseSeverityHasBeenSet() const
void SetNotifyOnAddCorrespondenceToCase(bool value)
void SetChannelName(const char *value)
void SetNotifyOnCaseSeverity(NotificationSeverityLevel &&value)
const Aws::String & GetChannelId() const
bool ChannelRoleArnHasBeenSet() const
void SetChannelRoleArn(const Aws::String &value)
SlackChannelConfiguration & WithChannelName(const Aws::String &value)
void SetNotifyOnCreateOrReopenCase(bool value)
bool NotifyOnCreateOrReopenCaseHasBeenSet() const
bool TeamIdHasBeenSet() const
void SetChannelName(Aws::String &&value)
void SetChannelId(const Aws::String &value)
AWS_SUPPORTAPP_API SlackChannelConfiguration()
AWS_SUPPORTAPP_API SlackChannelConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTeamId(const Aws::String &value)
SlackChannelConfiguration & WithChannelRoleArn(const Aws::String &value)
SlackChannelConfiguration & WithChannelId(Aws::String &&value)
bool ChannelNameHasBeenSet() const
bool NotifyOnAddCorrespondenceToCaseHasBeenSet() const
bool GetNotifyOnCreateOrReopenCase() const
bool ChannelIdHasBeenSet() const
const Aws::String & GetChannelName() const
void SetTeamId(const char *value)
void SetChannelRoleArn(Aws::String &&value)
void SetChannelRoleArn(const char *value)
SlackChannelConfiguration & WithNotifyOnCreateOrReopenCase(bool value)
bool GetNotifyOnResolveCase() const
SlackChannelConfiguration & WithNotifyOnCaseSeverity(const NotificationSeverityLevel &value)
SlackChannelConfiguration & WithTeamId(const char *value)
SlackChannelConfiguration & WithChannelName(const char *value)
void SetTeamId(Aws::String &&value)
const Aws::String & GetTeamId() const
bool GetNotifyOnAddCorrespondenceToCase() const
SlackChannelConfiguration & WithChannelId(const Aws::String &value)
SlackChannelConfiguration & WithTeamId(const Aws::String &value)
const NotificationSeverityLevel & GetNotifyOnCaseSeverity() const
void SetChannelId(const char *value)
SlackChannelConfiguration & WithChannelRoleArn(const char *value)
SlackChannelConfiguration & WithTeamId(Aws::String &&value)
SlackChannelConfiguration & WithNotifyOnAddCorrespondenceToCase(bool value)
void SetChannelId(Aws::String &&value)
const Aws::String & GetChannelRoleArn() const
SlackChannelConfiguration & WithChannelName(Aws::String &&value)
void SetNotifyOnResolveCase(bool value)
SlackChannelConfiguration & WithNotifyOnCaseSeverity(NotificationSeverityLevel &&value)
NotificationSeverityLevel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue