7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
10#include <aws/notifications/model/AggregationDuration.h>
11#include <aws/notifications/model/NotificationConfigurationStatus.h>
12#include <aws/notifications/model/NotificationConfigurationSubtype.h>
23namespace Notifications {
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
102 m_statusHasBeenSet =
true;
117 template <
typename CreationTimeT = Aws::Utils::DateTime>
119 m_creationTimeHasBeenSet =
true;
120 m_creationTime = std::forward<CreationTimeT>(value);
122 template <
typename CreationTimeT = Aws::Utils::DateTime>
142 m_aggregationDurationHasBeenSet =
true;
143 m_aggregationDuration = value;
158 m_subtypeHasBeenSet =
true;
180 bool m_arnHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
182 bool m_descriptionHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
185 bool m_aggregationDurationHasBeenSet =
false;
186 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