7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-guru/model/NotificationChannelConfig.h>
61 template<
typename IdT = Aws::String>
62 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
63 template<
typename IdT = Aws::String>
74 template<
typename ConfigT = NotificationChannelConfig>
75 void SetConfig(ConfigT&& value) { m_configHasBeenSet =
true; m_config = std::forward<ConfigT>(value); }
76 template<
typename ConfigT = NotificationChannelConfig>
82 bool m_idHasBeenSet =
false;
85 bool m_configHasBeenSet =
false;
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSGURU_API NotificationChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetId() const
bool ConfigHasBeenSet() const
NotificationChannel & WithId(IdT &&value)
const NotificationChannelConfig & GetConfig() const
AWS_DEVOPSGURU_API NotificationChannel()=default
NotificationChannel & WithConfig(ConfigT &&value)
void SetConfig(ConfigT &&value)
AWS_DEVOPSGURU_API NotificationChannel(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue