7#include <aws/devops-guru/DevOpsGuruRequest.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/NotificationChannelConfig.h>
39 template <
typename ConfigT = NotificationChannelConfig>
41 m_configHasBeenSet =
true;
42 m_config = std::forward<ConfigT>(value);
44 template <
typename ConfigT = NotificationChannelConfig>
52 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