7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/NotificationResourceType.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
84 bool m_idHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
90 bool m_typeHasBeenSet =
false;
NotificationResource & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
void SetId(const char *value)
void SetType(const NotificationResourceType &value)
void SetName(Aws::String &&value)
const NotificationResourceType & GetType() const
NotificationResource & WithName(const char *value)
NotificationResource & WithId(const char *value)
const Aws::String & GetId() const
NotificationResource & WithId(Aws::String &&value)
NotificationResource & WithType(const NotificationResourceType &value)
AWS_DATAZONE_API NotificationResource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(NotificationResourceType &&value)
bool TypeHasBeenSet() const
NotificationResource & WithType(NotificationResourceType &&value)
const Aws::String & GetName() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
NotificationResource & WithId(const Aws::String &value)
NotificationResource & WithName(Aws::String &&value)
void SetName(const char *value)
void SetId(Aws::String &&value)
AWS_DATAZONE_API NotificationResource(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API NotificationResource()
bool IdHasBeenSet() const
void SetId(const Aws::String &value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue