7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/model/NotificationConfigurationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/notifications/model/AggregationDuration.h>
12#include <aws/notifications/model/NotificationConfigurationSubtype.h>
25namespace Notifications
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
100 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
101 template<
typename CreationTimeT = Aws::Utils::DateTime>
133 bool m_arnHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
145 bool m_creationTimeHasBeenSet =
false;
148 bool m_aggregationDurationHasBeenSet =
false;
151 bool m_subtypeHasBeenSet =
false;
NotificationConfigurationStructure & WithStatus(NotificationConfigurationStatus value)
bool NameHasBeenSet() const
AWS_NOTIFICATIONS_API NotificationConfigurationStructure(Aws::Utils::Json::JsonView jsonValue)
bool SubtypeHasBeenSet() const
bool AggregationDurationHasBeenSet() const
void SetStatus(NotificationConfigurationStatus value)
NotificationConfigurationStructure & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetSubtype(NotificationConfigurationSubtype value)
void SetArn(ArnT &&value)
NotificationConfigurationStructure & WithArn(ArnT &&value)
NotificationConfigurationStructure & WithName(NameT &&value)
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
NotificationConfigurationStatus GetStatus() const
const Aws::String & GetDescription() const
void SetAggregationDuration(AggregationDuration value)
NotificationConfigurationSubtype GetSubtype() const
const Aws::String & GetName() const
NotificationConfigurationStructure & WithDescription(DescriptionT &&value)
AWS_NOTIFICATIONS_API NotificationConfigurationStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
AWS_NOTIFICATIONS_API NotificationConfigurationStructure()=default
NotificationConfigurationStructure & WithSubtype(NotificationConfigurationSubtype value)
void SetCreationTime(CreationTimeT &&value)
bool StatusHasBeenSet() const
NotificationConfigurationStructure & WithAggregationDuration(AggregationDuration value)
void SetDescription(DescriptionT &&value)
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
AggregationDuration GetAggregationDuration() const
bool CreationTimeHasBeenSet() const
NotificationConfigurationSubtype
NotificationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue