7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
10#include <aws/notifications/model/AggregationDuration.h>
15namespace Notifications {
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
100 m_aggregationDurationHasBeenSet =
true;
101 m_aggregationDuration = value;
116 bool m_arnHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
118 bool m_descriptionHasBeenSet =
false;
119 bool m_aggregationDurationHasBeenSet =
false;
bool AggregationDurationHasBeenSet() const
void SetArn(ArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
const Aws::String & GetDescription() const
bool ArnHasBeenSet() const
UpdateNotificationConfigurationRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
UpdateNotificationConfigurationRequest & WithAggregationDuration(AggregationDuration value)
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
void SetAggregationDuration(AggregationDuration value)
UpdateNotificationConfigurationRequest & WithDescription(DescriptionT &&value)
AWS_NOTIFICATIONS_API UpdateNotificationConfigurationRequest()=default
UpdateNotificationConfigurationRequest & WithArn(ArnT &&value)
AggregationDuration GetAggregationDuration() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String