7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/NotificationResourceType.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
78 bool m_idHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 bool m_typeHasBeenSet =
false;
NotificationResourceType GetType() const
NotificationResource & WithType(NotificationResourceType value)
const Aws::String & GetId() const
AWS_DATAZONE_API NotificationResource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
void SetType(NotificationResourceType value)
AWS_DATAZONE_API NotificationResource()=default
const Aws::String & GetName() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API NotificationResource(Aws::Utils::Json::JsonView jsonValue)
NotificationResource & WithName(NameT &&value)
NotificationResource & WithId(IdT &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue