7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
19namespace Notifications {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
95 bool m_arnHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
AWS_NOTIFICATIONS_API ManagedNotificationConfigurationStructure(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
void SetName(NameT &&value)
AWS_NOTIFICATIONS_API ManagedNotificationConfigurationStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
ManagedNotificationConfigurationStructure & WithArn(ArnT &&value)
AWS_NOTIFICATIONS_API ManagedNotificationConfigurationStructure()=default
const Aws::String & GetDescription() const
const Aws::String & GetName() const
void SetArn(ArnT &&value)
ManagedNotificationConfigurationStructure & WithDescription(DescriptionT &&value)
ManagedNotificationConfigurationStructure & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue