7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/devops-guru/model/NotificationChannelConfig.h>
43 template<
typename ConfigT = NotificationChannelConfig>
44 void SetConfig(ConfigT&& value) { m_configHasBeenSet =
true; m_config = std::forward<ConfigT>(value); }
45 template<
typename ConfigT = NotificationChannelConfig>
51 bool m_configHasBeenSet =
false;
AddNotificationChannelRequest & WithConfig(ConfigT &&value)
void SetConfig(ConfigT &&value)
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
const NotificationChannelConfig & GetConfig() const
bool ConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DEVOPSGURU_API AddNotificationChannelRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String