7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/NotificationResourceType.h>
43 m_typeHasBeenSet =
true;
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
93 bool m_typeHasBeenSet =
false;
94 bool m_idHasBeenSet =
false;
95 bool m_nameHasBeenSet =
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