7#include <aws/support-app/SupportApp_EXPORTS.h>
8#include <aws/support-app/SupportAppRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/support-app/model/NotificationSeverityLevel.h>
45 inline void SetChannelId(
const char* value) { m_channelIdHasBeenSet =
true; m_channelId.assign(value); }
59 inline void SetChannelName(
const char* value) { m_channelNameHasBeenSet =
true; m_channelName.assign(value); }
77 inline void SetChannelRoleArn(
const char* value) { m_channelRoleArnHasBeenSet =
true; m_channelRoleArn.assign(value); }
135 inline void SetNotifyOnResolveCase(
bool value) { m_notifyOnResolveCaseHasBeenSet =
true; m_notifyOnResolveCase = value; }
148 inline void SetTeamId(
const char* value) { m_teamIdHasBeenSet =
true; m_teamId.assign(value); }
156 bool m_channelIdHasBeenSet =
false;
159 bool m_channelNameHasBeenSet =
false;
162 bool m_channelRoleArnHasBeenSet =
false;
164 bool m_notifyOnAddCorrespondenceToCase;
165 bool m_notifyOnAddCorrespondenceToCaseHasBeenSet =
false;
168 bool m_notifyOnCaseSeverityHasBeenSet =
false;
170 bool m_notifyOnCreateOrReopenCase;
171 bool m_notifyOnCreateOrReopenCaseHasBeenSet =
false;
173 bool m_notifyOnResolveCase;
174 bool m_notifyOnResolveCaseHasBeenSet =
false;
177 bool m_teamIdHasBeenSet =
false;
UpdateSlackChannelConfigurationRequest & WithNotifyOnCreateOrReopenCase(bool value)
bool GetNotifyOnAddCorrespondenceToCase() const
const Aws::String & GetChannelRoleArn() const
AWS_SUPPORTAPP_API Aws::String SerializePayload() const override
bool GetNotifyOnCreateOrReopenCase() const
void SetChannelId(Aws::String &&value)
UpdateSlackChannelConfigurationRequest & WithChannelId(const Aws::String &value)
void SetChannelId(const char *value)
const Aws::String & GetChannelName() const
void SetChannelName(const char *value)
bool NotifyOnAddCorrespondenceToCaseHasBeenSet() const
UpdateSlackChannelConfigurationRequest & WithChannelName(const Aws::String &value)
UpdateSlackChannelConfigurationRequest & WithChannelName(Aws::String &&value)
UpdateSlackChannelConfigurationRequest & WithChannelId(const char *value)
UpdateSlackChannelConfigurationRequest & WithChannelRoleArn(const Aws::String &value)
UpdateSlackChannelConfigurationRequest & WithNotifyOnCaseSeverity(const NotificationSeverityLevel &value)
UpdateSlackChannelConfigurationRequest & WithChannelId(Aws::String &&value)
const Aws::String & GetChannelId() const
bool TeamIdHasBeenSet() const
void SetNotifyOnCaseSeverity(const NotificationSeverityLevel &value)
void SetChannelRoleArn(const Aws::String &value)
void SetChannelRoleArn(const char *value)
void SetNotifyOnCreateOrReopenCase(bool value)
bool ChannelNameHasBeenSet() const
bool NotifyOnResolveCaseHasBeenSet() const
void SetNotifyOnAddCorrespondenceToCase(bool value)
bool NotifyOnCreateOrReopenCaseHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool NotifyOnCaseSeverityHasBeenSet() const
const NotificationSeverityLevel & GetNotifyOnCaseSeverity() const
void SetChannelName(const Aws::String &value)
void SetChannelId(const Aws::String &value)
void SetChannelRoleArn(Aws::String &&value)
bool ChannelRoleArnHasBeenSet() const
void SetTeamId(const char *value)
UpdateSlackChannelConfigurationRequest & WithTeamId(const char *value)
void SetNotifyOnCaseSeverity(NotificationSeverityLevel &&value)
bool GetNotifyOnResolveCase() const
void SetNotifyOnResolveCase(bool value)
UpdateSlackChannelConfigurationRequest & WithTeamId(const Aws::String &value)
UpdateSlackChannelConfigurationRequest & WithNotifyOnCaseSeverity(NotificationSeverityLevel &&value)
UpdateSlackChannelConfigurationRequest & WithNotifyOnResolveCase(bool value)
UpdateSlackChannelConfigurationRequest & WithChannelName(const char *value)
UpdateSlackChannelConfigurationRequest & WithNotifyOnAddCorrespondenceToCase(bool value)
UpdateSlackChannelConfigurationRequest & WithChannelRoleArn(const char *value)
bool ChannelIdHasBeenSet() const
void SetTeamId(const Aws::String &value)
void SetChannelName(Aws::String &&value)
UpdateSlackChannelConfigurationRequest & WithChannelRoleArn(Aws::String &&value)
void SetTeamId(Aws::String &&value)
const Aws::String & GetTeamId() const
AWS_SUPPORTAPP_API UpdateSlackChannelConfigurationRequest()
UpdateSlackChannelConfigurationRequest & WithTeamId(Aws::String &&value)
NotificationSeverityLevel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String