7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/notifications/model/AggregationDuration.h>
15namespace Notifications
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
91 bool m_arnHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
100 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