7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/model/NotificationType.h>
11#include <aws/ssm/model/NotificationEvent.h>
53 inline void SetNotificationArn(
const char* value) { m_notificationArnHasBeenSet =
true; m_notificationArn.assign(value); }
95 bool m_notificationArnHasBeenSet =
false;
98 bool m_notificationEventsHasBeenSet =
false;
101 bool m_notificationTypeHasBeenSet =
false;
NotificationConfig & WithNotificationArn(const Aws::String &value)
void SetNotificationArn(const char *value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNotificationEvents(const Aws::Vector< NotificationEvent > &value)
NotificationConfig & WithNotificationEvents(Aws::Vector< NotificationEvent > &&value)
const Aws::Vector< NotificationEvent > & GetNotificationEvents() const
void SetNotificationType(NotificationType &&value)
const Aws::String & GetNotificationArn() const
void SetNotificationEvents(Aws::Vector< NotificationEvent > &&value)
void SetNotificationArn(Aws::String &&value)
NotificationConfig & WithNotificationArn(Aws::String &&value)
NotificationConfig & WithNotificationType(NotificationType &&value)
bool NotificationArnHasBeenSet() const
AWS_SSM_API NotificationConfig(Aws::Utils::Json::JsonView jsonValue)
void SetNotificationArn(const Aws::String &value)
const NotificationType & GetNotificationType() const
bool NotificationTypeHasBeenSet() const
AWS_SSM_API NotificationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
NotificationConfig & WithNotificationArn(const char *value)
NotificationConfig & WithNotificationType(const NotificationType &value)
NotificationConfig & WithNotificationEvents(const Aws::Vector< NotificationEvent > &value)
bool NotificationEventsHasBeenSet() const
void SetNotificationType(const NotificationType &value)
AWS_SSM_API NotificationConfig()
NotificationConfig & AddNotificationEvents(const NotificationEvent &value)
NotificationConfig & AddNotificationEvents(NotificationEvent &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue