7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/NotificationsRequest.h>
10#include <aws/notifications/Notifications_EXPORTS.h>
11#include <aws/notifications/model/AggregationDuration.h>
16namespace Notifications {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
83 m_aggregationDurationHasBeenSet =
true;
84 m_aggregationDuration = value;
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 m_tagsHasBeenSet =
true;
102 m_tags = std::forward<TagsT>(value);
104 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 SetTags(std::forward<TagsT>(value));
109 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true;
112 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
124 bool m_nameHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
126 bool m_aggregationDurationHasBeenSet =
false;
127 bool m_tagsHasBeenSet =
false;
AggregationDuration GetAggregationDuration() const
AWS_NOTIFICATIONS_API CreateNotificationConfigurationRequest()=default
bool NameHasBeenSet() const
void SetAggregationDuration(AggregationDuration value)
const Aws::String & GetName() const
CreateNotificationConfigurationRequest & WithDescription(DescriptionT &&value)
CreateNotificationConfigurationRequest & WithAggregationDuration(AggregationDuration value)
CreateNotificationConfigurationRequest & WithTags(TagsT &&value)
const Aws::String & GetDescription() const
bool AggregationDurationHasBeenSet() const
void SetTags(TagsT &&value)
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
CreateNotificationConfigurationRequest & WithName(NameT &&value)
CreateNotificationConfigurationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String