7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/NotificationChannelConfig.h>
55 template <
typename IdT = Aws::String>
57 m_idHasBeenSet =
true;
58 m_id = std::forward<IdT>(value);
60 template <
typename IdT = Aws::String>
62 SetId(std::forward<IdT>(value));
74 template <
typename ConfigT = NotificationChannelConfig>
76 m_configHasBeenSet =
true;
77 m_config = std::forward<ConfigT>(value);
79 template <
typename ConfigT = NotificationChannelConfig>
89 bool m_idHasBeenSet =
false;
90 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