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>
43 template<
typename ChannelIdT = Aws::String>
44 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
45 template<
typename ChannelIdT = Aws::String>
55 template<
typename ChannelNameT = Aws::String>
56 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
57 template<
typename ChannelNameT = Aws::String>
71 template<
typename ChannelRoleArnT = Aws::String>
72 void SetChannelRoleArn(ChannelRoleArnT&& value) { m_channelRoleArnHasBeenSet =
true; m_channelRoleArn = std::forward<ChannelRoleArnT>(value); }
73 template<
typename ChannelRoleArnT = Aws::String>
127 inline void SetNotifyOnResolveCase(
bool value) { m_notifyOnResolveCaseHasBeenSet =
true; m_notifyOnResolveCase = value; }
138 template<
typename TeamIdT = Aws::String>
139 void SetTeamId(TeamIdT&& value) { m_teamIdHasBeenSet =
true; m_teamId = std::forward<TeamIdT>(value); }
140 template<
typename TeamIdT = Aws::String>
146 bool m_channelIdHasBeenSet =
false;
149 bool m_channelNameHasBeenSet =
false;
152 bool m_channelRoleArnHasBeenSet =
false;
154 bool m_notifyOnAddCorrespondenceToCase{
false};
155 bool m_notifyOnAddCorrespondenceToCaseHasBeenSet =
false;
158 bool m_notifyOnCaseSeverityHasBeenSet =
false;
160 bool m_notifyOnCreateOrReopenCase{
false};
161 bool m_notifyOnCreateOrReopenCaseHasBeenSet =
false;
163 bool m_notifyOnResolveCase{
false};
164 bool m_notifyOnResolveCaseHasBeenSet =
false;
167 bool m_teamIdHasBeenSet =
false;
void SetNotifyOnCaseSeverity(NotificationSeverityLevel value)
UpdateSlackChannelConfigurationRequest & WithNotifyOnCreateOrReopenCase(bool value)
bool GetNotifyOnAddCorrespondenceToCase() const
const Aws::String & GetChannelRoleArn() const
void SetTeamId(TeamIdT &&value)
AWS_SUPPORTAPP_API Aws::String SerializePayload() const override
bool GetNotifyOnCreateOrReopenCase() const
const Aws::String & GetChannelName() const
AWS_SUPPORTAPP_API UpdateSlackChannelConfigurationRequest()=default
bool NotifyOnAddCorrespondenceToCaseHasBeenSet() const
UpdateSlackChannelConfigurationRequest & WithTeamId(TeamIdT &&value)
const Aws::String & GetChannelId() const
bool TeamIdHasBeenSet() const
void SetNotifyOnCreateOrReopenCase(bool value)
void SetChannelName(ChannelNameT &&value)
UpdateSlackChannelConfigurationRequest & WithChannelRoleArn(ChannelRoleArnT &&value)
bool ChannelNameHasBeenSet() const
bool NotifyOnResolveCaseHasBeenSet() const
void SetNotifyOnAddCorrespondenceToCase(bool value)
bool NotifyOnCreateOrReopenCaseHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetChannelRoleArn(ChannelRoleArnT &&value)
bool NotifyOnCaseSeverityHasBeenSet() const
NotificationSeverityLevel GetNotifyOnCaseSeverity() const
bool ChannelRoleArnHasBeenSet() const
bool GetNotifyOnResolveCase() const
UpdateSlackChannelConfigurationRequest & WithChannelName(ChannelNameT &&value)
void SetNotifyOnResolveCase(bool value)
UpdateSlackChannelConfigurationRequest & WithNotifyOnResolveCase(bool value)
UpdateSlackChannelConfigurationRequest & WithNotifyOnAddCorrespondenceToCase(bool value)
bool ChannelIdHasBeenSet() const
UpdateSlackChannelConfigurationRequest & WithChannelId(ChannelIdT &&value)
const Aws::String & GetTeamId() const
UpdateSlackChannelConfigurationRequest & WithNotifyOnCaseSeverity(NotificationSeverityLevel value)
void SetChannelId(ChannelIdT &&value)
NotificationSeverityLevel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String