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>
56 template<
typename ChannelNameT = Aws::String>
57 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
58 template<
typename ChannelNameT = Aws::String>
72 template<
typename ChannelRoleArnT = Aws::String>
73 void SetChannelRoleArn(ChannelRoleArnT&& value) { m_channelRoleArnHasBeenSet =
true; m_channelRoleArn = std::forward<ChannelRoleArnT>(value); }
74 template<
typename ChannelRoleArnT = Aws::String>
128 inline void SetNotifyOnResolveCase(
bool value) { m_notifyOnResolveCaseHasBeenSet =
true; m_notifyOnResolveCase = value; }
139 template<
typename TeamIdT = Aws::String>
140 void SetTeamId(TeamIdT&& value) { m_teamIdHasBeenSet =
true; m_teamId = std::forward<TeamIdT>(value); }
141 template<
typename TeamIdT = Aws::String>
147 bool m_channelIdHasBeenSet =
false;
150 bool m_channelNameHasBeenSet =
false;
153 bool m_channelRoleArnHasBeenSet =
false;
155 bool m_notifyOnAddCorrespondenceToCase{
false};
156 bool m_notifyOnAddCorrespondenceToCaseHasBeenSet =
false;
159 bool m_notifyOnCaseSeverityHasBeenSet =
false;
161 bool m_notifyOnCreateOrReopenCase{
false};
162 bool m_notifyOnCreateOrReopenCaseHasBeenSet =
false;
164 bool m_notifyOnResolveCase{
false};
165 bool m_notifyOnResolveCaseHasBeenSet =
false;
168 bool m_teamIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetNotifyOnCreateOrReopenCase(bool value)
const Aws::String & GetChannelRoleArn() const
void SetNotifyOnResolveCase(bool value)
CreateSlackChannelConfigurationRequest & WithNotifyOnCaseSeverity(NotificationSeverityLevel value)
CreateSlackChannelConfigurationRequest & WithNotifyOnCreateOrReopenCase(bool value)
bool NotifyOnResolveCaseHasBeenSet() const
void SetChannelId(ChannelIdT &&value)
void SetChannelRoleArn(ChannelRoleArnT &&value)
CreateSlackChannelConfigurationRequest & WithChannelId(ChannelIdT &&value)
bool ChannelIdHasBeenSet() const
CreateSlackChannelConfigurationRequest & WithChannelName(ChannelNameT &&value)
CreateSlackChannelConfigurationRequest & WithChannelRoleArn(ChannelRoleArnT &&value)
bool NotifyOnAddCorrespondenceToCaseHasBeenSet() const
CreateSlackChannelConfigurationRequest & WithNotifyOnAddCorrespondenceToCase(bool value)
void SetChannelName(ChannelNameT &&value)
void SetTeamId(TeamIdT &&value)
NotificationSeverityLevel GetNotifyOnCaseSeverity() const
CreateSlackChannelConfigurationRequest & WithTeamId(TeamIdT &&value)
bool ChannelNameHasBeenSet() const
bool TeamIdHasBeenSet() const
bool GetNotifyOnResolveCase() const
bool GetNotifyOnCreateOrReopenCase() const
void SetNotifyOnCaseSeverity(NotificationSeverityLevel value)
void SetNotifyOnAddCorrespondenceToCase(bool value)
AWS_SUPPORTAPP_API CreateSlackChannelConfigurationRequest()=default
bool GetNotifyOnAddCorrespondenceToCase() const
bool NotifyOnCaseSeverityHasBeenSet() const
bool NotifyOnCreateOrReopenCaseHasBeenSet() const
const Aws::String & GetChannelId() const
AWS_SUPPORTAPP_API Aws::String SerializePayload() const override
const Aws::String & GetTeamId() const
bool ChannelRoleArnHasBeenSet() const
CreateSlackChannelConfigurationRequest & WithNotifyOnResolveCase(bool value)
const Aws::String & GetChannelName() const
NotificationSeverityLevel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String